Skip to content

Commit 5f97e06

Browse files
Prospector Change - 9903 - Added max-complexity param to mccabe for prospector (#1352) (#1357)
Co-authored-by: igorski-r7 <99184344+igorski-r7@users.noreply.github.com>
1 parent a4f1265 commit 5f97e06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

prospector.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ pylint:
1616
pyflakes:
1717
disable:
1818
- F401
19+
20+
mccabe:
21+
options:
22+
max-complexity: 10

0 commit comments

Comments
 (0)