You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
289 B

[MASTER]
jobs = 0
[MESSAGES CONTROL]
disable=missing-docstring
ignore=ndk-gdb.py
[BASIC]
good-names=i,j,k,ex,Run,_
[VARIABLES]
dummy-variables-rgx=_
[SIMILARITIES]
ignore-imports=yes
[FORMAT]
max-line-length=88
ignore-long-lines=(?x)(
^\s*(\#\ )?<?https?://\S+>?$|
^\s*\#\ \S+$)