diff options
author | Casey Lee <cplee@nektos.com> | 2020-02-11 01:53:14 +0100 |
---|---|---|
committer | Casey Lee <cplee@nektos.com> | 2020-02-21 03:05:36 +0100 |
commit | 835b36cb63fa7437792847fa7cac603e2f5e0d82 (patch) | |
tree | e6967d6b81e8618a3276dda32b16c81f48655971 /.golangci.yml | |
parent | support list/map/scalar for on and needs (diff) | |
download | forgejo-act-835b36cb63fa7437792847fa7cac603e2f5e0d82.tar.xz forgejo-act-835b36cb63fa7437792847fa7cac603e2f5e0d82.zip |
ci tests
Signed-off-by: Casey Lee <cplee@nektos.com>
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.golangci.yml b/.golangci.yml index 8b00dd9..b30b33a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ linters-settings: gocyclo: # minimal code complexity to report, 30 by default (but we recommend 10-20) - min-complexity: 10 + min-complexity: 12 gocritic: disabled-checks: - ifElseChain @@ -18,4 +18,4 @@ linters: - nakedret - prealloc - scopelint - - gocritic
\ No newline at end of file + - gocritic |