Skip to content

Commit

Permalink
Temporary ignore the headers check
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Jun 23, 2023
1 parent c65bf7c commit 50c44f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ lazy val twirl = project
(Compile / headerSources) ++=
((baseDirectory.value ** ("*.properties" || "*.md" || "*.sbt" || "*.scala.html"))
--- (baseDirectory.value ** "target" ** "*")
--- (baseDirectory.value ** "gradle-twirl" ** "*") // TODO: add headers to gradle plugin sources
--- (baseDirectory.value / "docs" ** "*")).get ++
(baseDirectory.value / "project" ** "*.scala" --- (baseDirectory.value ** "target" ** "*")).get
)
Expand Down

0 comments on commit 50c44f0

Please sign in to comment.