Skip to content

Commit 1a3e9fc

Browse files
author
Vincent Potucek
committed
[prone] Apply UnusedMethod
1 parent b91580d commit 1a3e9fc

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

gradle/error-prone.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,10 @@ tasks.withType(JavaCompile).configureEach {
1313
'FormatStringConcatenation',
1414
'FunctionalInterfaceMethodChanged',
1515
'JavaxInjectOnAbstractMethod',
16+
'MissingSummary',
1617
'OverridesJavaxInjectableMethod',
1718
'ReturnValueIgnored',
1819
'Slf4jLogStatement',
19-
'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',
3120
)
3221
error(
3322
'AmbiguousJsonCreator',

0 commit comments

Comments
 (0)