Skip to content

Commit

Permalink
build: fix golanci-lint configs
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 29, 2024
1 parent b4da757 commit b5f5721
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .golangci-soft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ issues:

linters:
enable:
# - dupl
- exhaustive
# - exhaustivestruct
- goconst
- godot
- godox
- gomnd
- mnd
- gomoddirectives
- goprintffuncname
- ifshort
# - lll
- misspell
- nakedret
- nestif
Expand All @@ -36,13 +32,10 @@ linters:

# disable default linters, they are already enabled in .golangci.yml
disable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck

0 comments on commit b5f5721

Please sign in to comment.