Skip to content

Commit

Permalink
Disable some linters
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Apr 30, 2022
1 parent 98a7850 commit 33d1732
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
---
linters:
enable-all: true
disable:
- cyclop
- exhaustivestruct
- funlen
- gochecknoglobals
- gochecknoinits
- gocognit
- gocyclo
- goerr113
- gomnd
- godox
- ireturn
- nestif
- varnamelen
- wrapcheck

0 comments on commit 33d1732

Please sign in to comment.