mirror of https://github.com/sbt/sbt.git
Disable patvars warnings
There are simply too many unused pattern vars and I don't want to fix them right now. And watching all of the warnings everywhere is annoying.
This commit is contained in:
parent
93e08b7ee7
commit
ebac491501
|
|
@ -48,7 +48,7 @@ object Util {
|
|||
"-Yno-adapted-args",
|
||||
"-Ywarn-dead-code",
|
||||
"-Ywarn-numeric-widen",
|
||||
"-Ywarn-unused:-params,-implicits,_",
|
||||
"-Ywarn-unused:-patvars,-params,-implicits,_",
|
||||
"-Ywarn-unused-import"
|
||||
)
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue