From 835b36cb63fa7437792847fa7cac603e2f5e0d82 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Mon, 10 Feb 2020 16:53:14 -0800 Subject: ci tests Signed-off-by: Casey Lee --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.golangci.yml') 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 -- cgit v1.2.3