We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085294d commit 114118cCopy full SHA for 114118c
src/conf/checkstyle/checkstyle.xml
@@ -54,6 +54,7 @@ limitations under the License.
54
<module name="FinalLocalVariable" />
55
<module name="FinalParameters" />
56
<module name="IllegalImport" />
57
+ <module name="IllegalInstantiation" />
58
<module name="ImportOrder">
59
<property name="option" value="top" />
60
<property name="groups" value="java,javax,org" />
0 commit comments