Reduce max complexity in linter

This commit is contained in:
Gabe Kangas 2021-11-26 20:55:58 -08:00
parent 73e58a7801
commit 90b1c8639f

View File

@ -58,7 +58,7 @@ linters-settings:
cyclop:
# 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)
package-average: 0.0
# should ignore tests