diff options
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x | .golangci.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml index b7415b25..59dc0ae6 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,10 @@ -linters: +run: skip-files: - - ".*\\test\\.go$" - - lib/bad.go + - 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 +linters: disable-all: true enable: - bodyclose |