From ea1034db71a2c6846239cbcca2ff0c3be8fa327f Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Fri, 18 Dec 2020 10:44:58 -0500 Subject: [PATCH] Added more timeout, added exclusion --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index a637738..73ae37e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -7,7 +7,7 @@ run: concurrency: 4 # timeout for analysis, e.g. 30s, 5m, default is 1m - timeout: 1m + timeout: 2m # exit code when at least one issue was found, default is 1 issues-exit-code: 1 @@ -373,7 +373,7 @@ issues: # it can be disabled by `exclude-use-default: false`. To list all # excluded by default patterns execute `golangci-lint run --help` exclude: - - abcdef + - Using the variable on range scope .* in function literal # Excluding configuration per-path, per-linter, per-text and per-source exclude-rules: