Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
re-enable xlint but ignore adapted-args
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Oct 6, 2016
1 parent b78c599 commit b92e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -70,7 +70,7 @@ val commonSettings = Seq(
scalacOptions ++= Seq(
"-feature",
"-deprecation",
// "-Xlint",
"-Xlint:-adapted-args,_",
"-unchecked"
)
)

0 comments on commit b92e6de

Please sign in to comment.