Drop 'disable=invalid-name' for pylint
[kconfig-hardened-check.git] / kernel_hardening_checker / __init__.py
index 907db5fe2d96b6f06bfce0d079facef505a58700..91742c3923d78973a2d865b05adee609851c4568 100644 (file)
@@ -8,7 +8,7 @@ Author: Alexander Popov <alex.popov@linux.com>
 This module performs input/output.
 """
 
-# pylint: disable=missing-function-docstring,line-too-long,invalid-name,too-many-branches,too-many-statements
+# pylint: disable=missing-function-docstring,line-too-long,too-many-branches,too-many-statements
 
 import gzip
 import sys