File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/main/java/org/bstats/bukkit Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1818 <!-- Allow "@SuppressWarnings(checkstyle:<CHECK>)" checkstyle violation suppression -->
1919 <module name =" SuppressWarningsFilter" />
2020
21- <module name =" TreeWalker" >
21+
22+ <module name =" TreeWalker" >
23+ <!-- Allow "//CHECKSTYLE:OFF/ON" -->
24+ <module name =" SuppressionCommentFilter" />
2225
2326 <!-- Enable usage of "@SuppressWarnings(checkstyle:<CHECK>)" to suppress checkstyle violations -->
2427 <module name =" SuppressWarningsHolder" />
Original file line number Diff line number Diff line change 1+ // CHECKSTLYE:OFF
12package org .bstats .bukkit ;
23
34import org .bukkit .Bukkit ;
@@ -667,4 +668,5 @@ protected JSONObject getChartData() throws Exception {
667668 }
668669
669670 }
670- }
671+ }
672+ // CHECKSTYLE:ON
You can’t perform that action at this time.
0 commit comments