Disable 'TopLevel' errorprone check

This commit is contained in:
Florian Schmaus 2015-09-18 23:47:07 +02:00
parent 04a0004035
commit 8e33a2f6fb
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ allprojects {
'-Xlint:-path',
// Disable errorprone checks
'-Xep:TypeParameterUnusedInFormals:OFF',
'-Xep:TopLevel:OFF',
]
}