diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index 6c68e4f81314ecacbb1f04aa5ecaf9a505f9b7b2..e707c510d301753bd5fef24b137e1cc8f2ba961d 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -30,11 +30,9 @@
     <module name="EqualsAvoidNull"/>
     <module name="EqualsHashCode"/>
     <module name="FinalLocalVariable"/>
-    <module name="HiddenField"/>
     <module name="IllegalInstantiation"/>
     <module name="IllegalTokenText"/>
     <module name="InnerAssignment"/>
-    <module name="MagicNumber"/>
     <module name="MissingSwitchDefault"/>
     <module name="ModifiedControlVariable"/>
     <module name="SimplifyBooleanExpression"/>
@@ -56,7 +54,6 @@
     <module name="ParameterAssignment"/>
     <module name="ExplicitInitialization"/>
     <module name="DefaultComesLast"/>
-    <module name="MissingCtor"/>
     <module name="FallThrough"/>
     <module name="MultipleStringLiterals"/>
     <module name="MultipleVariableDeclarations"/>