summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-09-30 06:36:00 +0300
committerDevaev Maxim <[email protected]>2020-09-30 06:36:00 +0300
commit3f9c32e9fc518bf7e94a2507bd2e388de3f6f749 (patch)
tree92921d88e41b08aa3f29ddbb233f5a4bfc3367a7 /testenv
parent771640a79c437ecc39296faee1c4dedb016d71a2 (diff)
moved otg devices configs to their own section
Diffstat (limited to 'testenv')
-rw-r--r--testenv/linters/pylint.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini
index a07b9221..2d0f3de8 100644
--- a/testenv/linters/pylint.ini
+++ b/testenv/linters/pylint.ini
@@ -33,6 +33,7 @@ disable =
no-else-return,
len-as-condition,
raise-missing-from,
+ protected-access,
[REPORTS]
msg-template = {symbol} -- {path}:{line}({obj}): {msg}