diff options
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index e6c1096..1a9f243 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -10,7 +10,6 @@ linters: - grouper - lll - nilerr - - nilnil - nlreturn - noctx - nosprintfhostport @@ -20,4 +19,3 @@ linters: - revive - sloglint - unconvert - - wrapcheck |