问题标签 [sbt-scalastyle]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
23 浏览

scala - sbt 编译期间的 scalastyle 为同一行报告错误两次

我的以下内容build.sbt用于设置 scalastyle 以在编译时运行。它的工作原理是它在同一行上产生重复的错误。

scalastyle 检查规则并不重要,但以内置规则为例:

所以我在同一行得到两个错误。

当我在命令行上使用 运行检查时scalastyle -c scalastyle-config.xml .,只报告一次错误。

为什么会这样?帮助表示赞赏