Index: pylintrc |
diff --git a/pylintrc b/pylintrc |
index 1c7f47ee8261f93d79f975e8698a86c5d4729eab..296bab032648460bf9461936a89e9dd9369064b6 100644 |
--- a/pylintrc |
+++ b/pylintrc |
@@ -35,6 +35,7 @@ load-plugins= |
# C0103: Invalid name "" |
# C0111: Missing docstring |
# C0302: Too many lines in module (N) |
+# I0010: Unable to consider inline option '' |
# I0011: Locally disabling WNNNN |
# |
# It's a problem but not something we can fix right now. |
@@ -62,7 +63,7 @@ load-plugins= |
# W0613: Unused argument '' |
# W0703: Catch "Exception" |
# W1201: Specify string format arguments as logging function parameters |
-disable=C0103,C0111,C0302,I0011,R0401,R0801,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0921,R0922,W0122,W0141,W0142,W0402,W0404,W0511,W0603,W0613,W0703,W1201 |
+disable=C0103,C0111,C0302,I0010,I0011,R0401,R0801,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0921,R0922,W0122,W0141,W0142,W0402,W0404,W0511,W0603,W0613,W0703,W1201 |
[REPORTS] |