/opt/cloudlinux/venv/lib/python3.11/site-packages/prospector/profiles/profiles
# This will enable almost every single warning allow-shorthand: false ignore-patterns: - (^|/)\..+ pylint: disable: - fixme - bad-continuation options: max-locals: 15 max-returns: 6 max-branches: 12 max-statements: 50 max-parents: 7 max-attributes: 7 min-public-methods: 2 max-public-methods: 20 max-module-lines: 1000 max-line-length: 79 mccabe: options: max-complexity: 10 pycodestyle: options: max-line-length: 79 single-line-if-stmt: n pyroma: disable: - PYR19 - PYR16 pydocstyle: disable: - D000
.
Edit
..
Edit
default.yaml
Edit
doc_warnings.yaml
Edit
flake8.yaml
Edit
full_pep8.yaml
Edit
member_warnings.yaml
Edit
no_doc_warnings.yaml
Edit
no_member_warnings.yaml
Edit
no_pep8.yaml
Edit
no_test_warnings.yaml
Edit
strictness_high.yaml
Edit
strictness_low.yaml
Edit
strictness_medium.yaml
Edit
strictness_none.yaml
Edit
strictness_veryhigh.yaml
Edit
strictness_verylow.yaml
Edit
test_warnings.yaml
Edit