X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig_hardened_check%2F__init__.py;h=b1a316e783c6c588907ad8ad9266231007170d4b;hb=6b2ac069f283fb8c6027f6142f550e0e1af9566c;hp=ed4746bef61773a3c656de07643f971ae3936740;hpb=798f7d4570224f03e21cceea10d5b6b3c5260da1;p=kconfig-hardened-check.git diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index ed4746b..b1a316e 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -1,8 +1,5 @@ #!/usr/bin/python3 - -# pylint: disable=missing-module-docstring,missing-class-docstring,missing-function-docstring -# pylint: disable=line-too-long,invalid-name,too-many-branches,too-many-statements """ This tool helps me to check Linux kernel options against my security hardening preferences for X86_64, ARM64, X86_32, and ARM. @@ -13,6 +10,7 @@ Author: Alexander Popov This module performs input/output. """ +# pylint: disable=missing-function-docstring,line-too-long,invalid-name,too-many-branches,too-many-statements import sys from argparse import ArgumentParser