diff options
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index bc307f7c..97800aab 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -187,6 +187,7 @@ linters: - nlreturn - exhaustivestruct - forbidigo + - wrapcheck # rules to deal with reported isues issues: |