diff options
Diffstat (limited to '.golangci.yaml')
| -rw-r--r-- | .golangci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index a185bb8..bc1fbb6 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -14,10 +14,10 @@ linters: exclusions: generated: lax presets: - - comments - common-false-positives - legacy - std-error-handling + - comments paths: - third_party$ - builtin$ |
