mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 09:31:38 -05:00
31 lines
356 B
YAML
31 lines
356 B
YAML
strictness: medium
|
|
|
|
test-warnings: false
|
|
doc-warnings: true
|
|
|
|
ignore-paths:
|
|
- docs
|
|
|
|
pep8:
|
|
full: true
|
|
options:
|
|
max-line-length: 100
|
|
|
|
pylint:
|
|
options:
|
|
max-line-length: 100
|
|
docstring-min-length: 20
|
|
disable:
|
|
- interface-not-implemented
|
|
|
|
mccabe:
|
|
run: false
|
|
|
|
pep257:
|
|
run: true
|
|
disable:
|
|
- D213
|
|
- D211
|
|
- D107
|
|
- D104
|
|
|