projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7d0e1
)
Mute some pylint warnings for test_engine.py
author
Alexander Popov
<alex.popov@linux.com>
Fri, 24 Mar 2023 20:16:15 +0000
(23:16 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Fri, 24 Mar 2023 20:16:15 +0000
(23:16 +0300)
kconfig_hardened_check/test_engine.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/test_engine.py
b/kconfig_hardened_check/test_engine.py
index 079bbfeb4c537627dfe4e29b712a77ed22ac40ba..8dea037bc701bd3a9660c460829ff513a0e9a5f2 100644
(file)
--- a/
kconfig_hardened_check/test_engine.py
+++ b/
kconfig_hardened_check/test_engine.py
@@
-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