We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--max-branches
1 parent ac480b2 commit 62b336cCopy full SHA for 62b336c
completions/pylint
@@ -13,7 +13,7 @@ _pylint()
13
--ignore | --enable | --evaluation | --max-line-length | \
14
--max-module-lines | --indent-string | --min-similarity-lines | \
15
--max-args | --ignored-argument-names | --max-locals | \
16
- --max-returns | --max-branchs | --max-statements | --max-parents | \
+ --max-returns | --max-branches | --max-statements | --max-parents | \
17
--max-attributes | --min-public-methods | --max-public-methods | \
18
--required-attributes | --bad-functions | --module-rgx | \
19
--const-rgx | --class-rgx | --function-rgx | --method-rgx | \
0 commit comments