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:
Simon Schäfer 2017-10-18 20:25:43 +02:00
parent 93e08b7ee7
commit ebac491501
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)
}),