From 5a6c8b22148d7e97d20cf94d4978557cf0faec37 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 28 Mar 2021 21:24:12 +0300 Subject: - Fix new linters warnings Signed-off-by: Valery Piashchynski --- .golangci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to '.golangci.yml') diff --git a/.golangci.yml b/.golangci.yml index 5d3414ac..bfc69f57 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,14 +5,6 @@ run: skip-dirs: - .github - .git - - tests - skip-files: - - plugins/http/tests/http_test.go - - plugins/http/tests/plugin_test_old.go - - plugins/http/tests/rpc_test_old.go - - plugins/http/tests/config_test.go - - plugins/static/tests/static_plugin_test.go - - plugins/headers/tests/old.go modules-download-mode: readonly allow-parallel-runners: true @@ -93,3 +85,6 @@ issues: - funlen - scopelint - gocognit + - goconst + - noctx + - gosimple -- cgit v1.2.3