Mute some pylint warnings for test_engine.py
authorAlexander Popov <alex.popov@linux.com>
Fri, 24 Mar 2023 20:16:15 +0000 (23:16 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 24 Mar 2023 20:16:15 +0000 (23:16 +0300)
kconfig_hardened_check/test_engine.py

index 079bbfeb4c537627dfe4e29b712a77ed22ac40ba..8dea037bc701bd3a9660c460829ff513a0e9a5f2 100644 (file)
@@ -10,6 +10,8 @@ Author: Alexander Popov <alex.popov@linux.com>
 This module performs unit-testing of the kconfig-hardened-check engine.
 """
 
+# pylint: disable=missing-function-docstring,line-too-long
+
 import unittest
 from collections import OrderedDict
 import json