summaryrefslogtreecommitdiff
path: root/zephyr/zmake/.pylintrc
blob: a33a1fde1c345788d8cf46262a9a5cdf4455fe92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[MASTER]
init-hook='import sys; sys.path.extend(["zephyr/zmake"])'

[MESSAGES CONTROL]

disable=bad-continuation,bad-whitespace,format,fixme,wrong-import-order

[format]

max-line-length=88
string-quote=double

[BASIC]
good-names=
    e,