Skip to content

Commit

Permalink
[config] Disable wartremover in enriquerodbe/borsh4s
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed May 15, 2023
1 parent c0a07f5 commit f2893e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ endpoints4s_endpoints4s{
}

enragedginger_akka-quartz-scheduler.tests = compile-only
enriquerodbe_borsh4s {
sbt.commands = [
"excludeLibraryDependency org.wartremover:wartremover_{scalaVersion}",
"removeScalacOptionsStartingWith -P:wartremover"
]
}
erikerlandson_coulomb {
projects.exclude = ["com.manyangled%coulomb-docs"] // Fails in scaladoc, needs SN nscplugin which might not be published yet
}
Expand Down

0 comments on commit f2893e4

Please sign in to comment.