diff options
author | Valery Piashchynski <[email protected]> | 2021-03-28 21:24:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-03-29 13:33:06 +0300 |
commit | 5a6c8b22148d7e97d20cf94d4978557cf0faec37 (patch) | |
tree | febd9dc96d3cc892fe8a83471fc1e888b5c2d4d2 /.golangci.yml | |
parent | 92c5ee7ec150f48362fe839a73da9ec5fd646eb9 (diff) |
- Fix new linters warningsv2.0.3
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x | .golangci.yml | 11 |
1 files changed, 3 insertions, 8 deletions
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 |