Przeglądaj źródła

Let checkstyle prevent redundant modifiers in the future

Lars Grefer 6 lat temu
rodzic
commit
d9016e52e6
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      etc/checkstyle/checkstyle.xml

+ 1 - 0
etc/checkstyle/checkstyle.xml

@@ -20,6 +20,7 @@
 
 		<!-- Coding -->
 		<module name="EmptyStatementCheck" />
+		<module name="RedundantModifier" />
 
 		<!-- Imports -->
 		<module name="UnusedImportsCheck">