Commit e0b9932f by Alexander Popov

Disable pylint too-many-locals, it's not useful for add_kconfig_checks()

parent e714efee
...@@ -9,7 +9,7 @@ This module contains knowledge for checks. ...@@ -9,7 +9,7 @@ This module contains knowledge for checks.
""" """
# pylint: disable=missing-function-docstring,line-too-long,invalid-name # pylint: disable=missing-function-docstring,line-too-long,invalid-name
# pylint: disable=too-many-branches,too-many-statements # pylint: disable=too-many-branches,too-many-statements,too-many-locals
from .engine import KconfigCheck, CmdlineCheck, SysctlCheck, VersionCheck, OR, AND from .engine import KconfigCheck, CmdlineCheck, SysctlCheck, VersionCheck, OR, AND
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment