2

I am using scalastyle with sbt and I would like to exclude some generated sources (e.g. generated by Slick schema generator). Is there any setting for that ?

Seth Tisue
  • 29,985
  • 11
  • 82
  • 149
csferi27
  • 83
  • 1
  • 6
  • For now I modified the code generator by adding `// scalastyle:off` to the beginning of the generated code and `// scalastyle:off` to then end of it. It works but still, it will be good if it can be configured without modifying the code itself. – csferi27 Apr 06 '14 at 08:39
  • second scalastyle:off is actually scalastyle:on – csferi27 Apr 06 '14 at 23:17
  • check http://stackoverflow.com/questions/41508749/excluding-folder-from-scalastyle-sbt-plugin/41510174 – dau_sama Jan 11 '17 at 10:18

0 Answers0