Skip to content

Commit

Permalink
Enable all analyzers in ci govet (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Patricia Reinoso <[email protected]>
  • Loading branch information
patriciareinoso authored Jan 9, 2024
1 parent 6758e0b commit 9a92963
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,10 @@ linters-settings:
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Warnf
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Errorf
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Fatalf
# enable or disable analyzers by name
enable:
- atomicalign
enable-all: false
# enable all analyzers
enable-all: true
disable:
- shadow
disable-all: false
- fieldalignment
depguard:
list-type: blacklist
include-go-root: false
Expand Down

0 comments on commit 9a92963

Please sign in to comment.