summaryrefslogtreecommitdiff
path: root/zephyr/zmake/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/.pylintrc')
-rw-r--r--zephyr/zmake/.pylintrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/zmake/.pylintrc b/zephyr/zmake/.pylintrc
new file mode 100644
index 0000000000..dc6b05c654
--- /dev/null
+++ b/zephyr/zmake/.pylintrc
@@ -0,0 +1,11 @@
+[MASTER]
+init-hook='import sys; sys.path.append("/usr/lib64/python3.6/site-packages")'
+
+[MESSAGES CONTROL]
+
+disable=bad-continuation,bad-whitespace,format,fixme
+
+[format]
+
+max-line-length=88
+string-quote=double