【发布时间】:2019-01-08 02:55:32
【问题描述】:
第一次玩dhall,看到它支持这两个选项:
./dhall --help
...
lint Improve Dhall code
format Formatter for the Dhall language
这两者有什么区别?从在我的示例项目上运行它们来看,它们看起来是一样的。我本以为 linter 在某些方面比格式化更进一步(例如推荐“惯用的”dhall),但找不到任何信息。
【问题讨论】:
标签: dhall