Open
Description
In theory, files could be excluded using following construct:
scalastyleSources := scalastyleSources in dao.value .map(PathFinder.apply _) .reduceLeft[PathFinder]((a, b) => a +++ b) .**("*") .filter( ! _.getAbsolutePath.contains("src/main/scala/my/generated/metadata")).get
but - scalastyle seems to take entire parent directory instead of single file passed in.
Metadata
Metadata
Assignees
Labels
No labels