Enable 'adapted args' warnings globally (#28391)

* Enable 'adapted args' warnings globally

* Nicer tuple notation
This commit is contained in:
Arnout Engelen 2019-12-17 13:31:34 +01:00 committed by GitHub
parent 8948e4b6ce
commit ffe769b4df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ object AkkaDisciplinePlugin extends AutoPlugin with ScalafixSupport {
/**
* Remain visibly filtered for future code quality work and removing.
*/
val undisciplineScalacOptions = Set("-Ywarn-value-discard", "-Ywarn-numeric-widen", "-Yno-adapted-args")
val undisciplineScalacOptions = Set("-Ywarn-value-discard", "-Ywarn-numeric-widen")
/** These options are desired, but some are excluded for the time being*/
val disciplineScalacOptions = Set(