Skip to content

Commit

Permalink
golangcilint: enable errorlint linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Jan 9, 2024
1 parent 310601b commit 9933a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ linters:
disable-all: true
enable:
- errcheck
- errorlint
- exportloopref
- gocritic
- goimports
- goprintffuncname
- gosimple
- govet
- ineffassign
- misspell
- nolintlint
Expand All @@ -26,7 +28,6 @@ linters:
- unconvert
- unused
- usestdlibvars
- govet

linters-settings:
goimports:
Expand Down

0 comments on commit 9933a74

Please sign in to comment.