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 230efcd..760bb07 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -18,6 +18,7 @@ linters: - nestif # e - gocognit # e - gocyclo # e + - dupl # e - cyclop # e - goconst # e - funlen # e |