summaryrefslogtreecommitdiff
path: root/zephyr/projects/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/.pylintrc')
-rw-r--r--zephyr/projects/.pylintrc28
1 files changed, 28 insertions, 0 deletions
diff --git a/zephyr/projects/.pylintrc b/zephyr/projects/.pylintrc
new file mode 100644
index 0000000000..8bdb6378e4
--- /dev/null
+++ b/zephyr/projects/.pylintrc
@@ -0,0 +1,28 @@
+[BASIC]
+additional-builtins=
+ here,
+ register_binman_project,
+ register_host_project,
+ register_host_test,
+ register_mchp_project,
+ register_npcx_project,
+ register_raw_project,
+good-names=BUILD
+
+# cros lint doesn't inherit the pylintrc from the parent dir.
+# These settings are copied from platform/ec/pylintrc
+[MESSAGES CONTROL]
+
+disable=
+ bad-continuation,
+ bad-whitespace,
+ # These have nothing to do with black, they are just annoying
+ fixme,
+ too-many-arguments,
+ too-many-statements,
+ too-many-branches,
+ too-many-locals
+
+[format]
+
+string-quote=double