Reduce max complexity in linter
This commit is contained in:
parent
73e58a7801
commit
90b1c8639f
@ -58,7 +58,7 @@ linters-settings:
|
|||||||
|
|
||||||
cyclop:
|
cyclop:
|
||||||
# the maximal code complexity to report. default is 10. eventually work our way to that.
|
# the maximal code complexity to report. default is 10. eventually work our way to that.
|
||||||
max-complexity: 20
|
max-complexity: 15
|
||||||
# the max average package complexity. If it's higher than 0.0 (float) the check is enabled (default 0.0)
|
# the max average package complexity. If it's higher than 0.0 (float) the check is enabled (default 0.0)
|
||||||
package-average: 0.0
|
package-average: 0.0
|
||||||
# should ignore tests
|
# should ignore tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user