LoginSignup
0
0

More than 5 years have passed since last update.

scalastyleのsbtプラグインがsrc/main/scala-2.11などのCross-versionのソースファイルをチェックしない時

Posted at

http://www.scalastyle.org/sbt.html を動かすとき、
src/main/scala-2.11などのCross-versionのソースファイルをチェックしない。

build.sbt

scalastyleSources in Compile := (unmanagedSourceDirectories in Compile).value

以上を追加すると src/main/scala-2.11 ディレクトリ以下の
バージョン指定のソースフォルダも認識してくれるようになる。

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0