summaryrefslogtreecommitdiff
path: root/zephyr/program/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/.pylintrc')
-rw-r--r--zephyr/program/.pylintrc28
1 files changed, 0 insertions, 28 deletions
diff --git a/zephyr/program/.pylintrc b/zephyr/program/.pylintrc
deleted file mode 100644
index 8bdb6378e4..0000000000
--- a/zephyr/program/.pylintrc
+++ /dev/null
@@ -1,28 +0,0 @@
-[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