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.
1 parent f3045f9 commit 03fcd73Copy full SHA for 03fcd73
plugin-gradle/src/main/java/com/iwillfailyou/inspections/InheritancefreeExtension.java
@@ -5,7 +5,7 @@
5
6
import java.util.List;
7
8
-@SuppressWarnings("inheritancefree") // only for gradle plugin framework
+@SuppressWarnings("allfinal") // only for gradle plugin framework
9
public class InheritancefreeExtension implements InspectionExtension {
10
private final CommonExtension common;
11
0 commit comments