We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374a634 commit dec5f28Copy full SHA for dec5f28
build.sbt
@@ -210,7 +210,7 @@ lazy val scalafixInput = project
210
.settings(
211
scalaVersion := scalafixScala212,
212
publish / skip := true,
213
- excludeFilter := HiddenFileFilter || "*.scala", // exclude from headerCheck
+ headerCheck := Nil,
214
addCompilerPlugin(scalafixSemanticdb),
215
scalacOptions ++= Seq(
216
"-Yrangepos",
@@ -226,7 +226,7 @@ val scalafixOutput = MultiScalaProject(
226
.settings(commonSettings)
227
228
229
230
)
231
.disablePlugins(ScalafixPlugin)
232
0 commit comments