mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Reenable invalid-name checking
Add naming exemptions desired by devs
This commit is contained in:
parent
3e5c8c9205
commit
c7f7b2539c
15
.pylintrc
15
.pylintrc
@ -94,7 +94,6 @@ disable=C0330,
|
||||
fixme,
|
||||
import-error,
|
||||
inconsistent-return-statements,
|
||||
invalid-name,
|
||||
locally-disabled,
|
||||
logging-format-interpolation,
|
||||
logging-fstring-interpolation,
|
||||
@ -236,10 +235,20 @@ function-naming-style=snake_case
|
||||
#function-rgx=
|
||||
|
||||
# Good variable names which should always be accepted, separated by a comma.
|
||||
good-names=i,
|
||||
good-names=e,
|
||||
ex,
|
||||
f,
|
||||
i,
|
||||
id,
|
||||
ip,
|
||||
j,
|
||||
k,
|
||||
ex,
|
||||
p,
|
||||
r,
|
||||
rs,
|
||||
s,
|
||||
tz,
|
||||
v,
|
||||
Run,
|
||||
_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user