We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnusedMethod
1 parent b91580d commit 1a3e9fcCopy full SHA for 1a3e9fc
gradle/error-prone.gradle
@@ -13,21 +13,10 @@ tasks.withType(JavaCompile).configureEach {
13
'FormatStringConcatenation',
14
'FunctionalInterfaceMethodChanged',
15
'JavaxInjectOnAbstractMethod',
16
+ 'MissingSummary',
17
'OverridesJavaxInjectableMethod',
18
'ReturnValueIgnored',
19
'Slf4jLogStatement',
- 'MissingSummary',
20
- // patchable
21
- 'LexicographicalAnnotationAttributeListing',
22
- 'LexicographicalAnnotationListing',
23
- 'NonStaticImport',
24
- 'Slf4jLoggerDeclaration', // logger -> log
25
- 'StaticImport',
26
- // critical, finds lots of bugs... unused configs and stuff.
27
- 'Unused',
28
- 'UnusedMethod',
29
- 'UnusedParameters',
30
- 'UnusedVariable',
31
)
32
error(
33
'AmbiguousJsonCreator',
0 commit comments