mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-09-02 23:35:18 +00:00
committed by
Paul Cleary
parent
a634015346
commit
92f6b860f8
@@ -16,6 +16,7 @@ object CompilerOptions {
|
||||
"-Xlint:private-shadow", // A private field (or class parameter) shadows a superclass field
|
||||
"-Xlint:type-parameter-shadow", // A local type parameter shadows a type already in scope.
|
||||
"-Xlint:unsound-match", // Pattern match may not be typesafe.
|
||||
"-Xfatal-warnings", // Enable failure of compilation when warnings exist.
|
||||
"-Ypartial-unification", // Enable partial unification in type constructor inference
|
||||
"-Ywarn-dead-code", // Warn when dead code is identified.
|
||||
"-Ywarn-extra-implicit", // Warn when more than one implicit parameter section is defined.
|
||||
|
Reference in New Issue
Block a user