diff options
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index 0eb7df98..3a13d1ef 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -180,7 +180,9 @@ linters: - goerr113 - testpackage - godot - + - interfacer + - goheader + - noctx # rules to deal with reported isues issues: |