Skip to content

Commit dec5f28

Browse files
committed
fixup
1 parent 374a634 commit dec5f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ lazy val scalafixInput = project
210210
.settings(
211211
scalaVersion := scalafixScala212,
212212
publish / skip := true,
213-
excludeFilter := HiddenFileFilter || "*.scala", // exclude from headerCheck
213+
headerCheck := Nil,
214214
addCompilerPlugin(scalafixSemanticdb),
215215
scalacOptions ++= Seq(
216216
"-Yrangepos",
@@ -226,7 +226,7 @@ val scalafixOutput = MultiScalaProject(
226226
.settings(commonSettings)
227227
.settings(
228228
publish / skip := true,
229-
excludeFilter := HiddenFileFilter || "*.scala", // exclude from headerCheck
229+
headerCheck := Nil,
230230
)
231231
.disablePlugins(ScalafixPlugin)
232232
)

0 commit comments

Comments
 (0)