diff --git a/.golangci.yml b/.golangci.yml index 7f4bd8e47e..08a03a1fd2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,7 +12,8 @@ run: # output configuration options output: # colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number" - format: tab + formats: + - format: tab # all available settings of specific linters linters-settings: @@ -25,9 +26,6 @@ linters-settings: rewrite-rules: - pattern: 'interface{}' replacement: 'any' - govet: - # report about shadowed variables - check-shadowing: false gomodguard: blocked: modules: