diff options
author | Valery Piashchynski <[email protected]> | 2021-03-28 21:24:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-03-29 13:48:50 +0300 |
commit | 0236694e242ecfa9f4d720b8399ddc66def30650 (patch) | |
tree | 70dd11bf64f8ac633749c96bd439ea91640ca7bd /.golangci.yml | |
parent | 63bf352963055c33fada33110824bcbb93007a13 (diff) |
- Fix new linters warnings
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 |