• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[MASTER]
2jobs = 0
3
4[MESSAGES CONTROL]
5disable=missing-docstring
6
7ignore=ndk-gdb.py
8
9[BASIC]
10good-names=i,j,k,ex,Run,_
11
12[VARIABLES]
13dummy-variables-rgx=_
14
15[SIMILARITIES]
16ignore-imports=yes
17
18[FORMAT]
19max-line-length=88
20ignore-long-lines=(?x)(
21  ^\s*(\#\ )?<?https?://\S+>?$|
22  ^\s*\#\ \S+$)
23