Commit 1a8840f7 by Alexander Popov

Mute some pylint warnings for test_engine.py

parent 6f7d0e1e
......@@ -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
......
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