[elbe-devel] [PATCH 3/4] pylintrc: disable some stylechecks
Manuel Traut
manut at linutronix.de
Tue Jun 20 21:22:13 CEST 2017
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
.pylintrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pylintrc b/.pylintrc
index 820c1051..6756812f 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -33,7 +33,7 @@ load-plugins=
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
-#disable=
+disable=bad-whitespace,missing-docstring,bad-continuation,invalid-name,line-too-long
[REPORTS]
--
2.11.0
More information about the elbe-devel
mailing list