File: .pylintrc

package info (click to toggle)
buku 4.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,032 kB
  • sloc: python: 5,727; sh: 92; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 855 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[MESSAGES CONTROL]
disable=
  broad-except,
  dangerous-default-value,
  expression-not-assigned,
  fixme,
  global-statement,
  import-error,
  import-outside-toplevel,
  invalid-name,
  len-as-condition,
  logging-format-interpolation,
  lost-exception,
  missing-docstring,
  no-self-use,
  pointless-statement,
  protected-access,
  redefined-argument-from-local,
  redefined-builtin,
  redefined-outer-name,
  too-many-arguments,
  too-many-branches,
  too-many-instance-attributes,
  too-many-lines,
  too-many-locals,
  too-many-nested-blocks,
  too-many-public-methods,
  too-many-return-statements,
  too-many-statements,
  undefined-loop-variable,
  ungrouped-imports,
  unidiomatic-typecheck,
  unnecessary-lambda,
  unsubscriptable-object,
  unsupported-assignment-operation,
  unused-argument,
  unused-variable,
[FORMAT]
max-line-length=139