v811_spc009/prebuilts/ndk/pylintrc

12 lines
210 B

[MESSAGES CONTROL]
disable=missing-docstring,fixme,locally-disabled
[BASIC]
# Good variable names which should always be accepted, separated by a comma
good-names=i,j,k,ex,Run,_
[FORMAT]
max-line-length=79