summaryrefslogtreecommitdiff
path: root/zephyr/projects/.pylintrc
blob: f4609e3781b4d1c181fa5df24de2b7d3bcf0a539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[BASIC]
additional-builtins=
    here,
    register_binman_project,
    register_host_project,
    register_host_test,
    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