repo.or.cz
/
rarfile.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sha1: cleanups
[rarfile.git]
/
.prospector.yaml
blob
5305c6cbd01047a94193fd0761a9d562f12e3e94
1
2
strictness: high
3
4
max-line-length: 140
5
6
member-warnings: true
7
8
doc-warnings: true
9
10
test-warnings: true
11
12
pylint:
13
options:
14
dummy-variables-rgx: _$|dummy|___
15
16
disable:
17
- bad-whitespace
18
- invalid-name
19
- multiple-statements
20
- no-self-use
21
- protected-access
22
- too-many-arguments
23
- too-many-branches
24
- too-many-instance-attributes
25
- too-many-lines
26
- too-many-locals
27
- too-many-statements
28
- trailing-newlines
29
- ungrouped-imports
30
- len-as-condition
31
- no-else-return
32
33
pep8:
34
run: true
35
disable:
36
- N801
37
- E203
38
- E221
39
- E302
40
- E702
41
42
pep257:
43
disable:
44
- D200
45
- D202
46
- D203
47
- D204
48
- D213
49
- D406
50
- D413
51
- D407
52
- D412
53
54
pyroma:
55
run: true
56
57
mccabe:
58
run: false
59