1
0
Fork 0
rk35xx-android12/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