diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index 1e3a986f6..7d513bd51 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -51,6 +51,8 @@ output: # all available settings of specific linters linters-settings: + cyclop: + max-complexity: 20 errcheck: # report about not checking of errors in type assetions: # `a := b.(MyStruct)`;