Skip to content

Commit

Permalink
Merge branch 'main' of github.com:umee-network/peggo into rafilx/diag…
Browse files Browse the repository at this point in the history
…rams
  • Loading branch information
RafilxTenfen committed Jun 7, 2022
2 parents a598293 + c5de88a commit 38d35c8
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ run:
- test
- diagrams

govet:
# Enable analyzers by name (in addition to default).
# Run `go tool vet help` to see all analyzers.
# Default: []
enable:
- fieldalignment

linters:
enable:
- bodyclose
Expand All @@ -15,17 +22,16 @@ linters:
- gocritic
- gofmt
- goimports
- golint
- revive
- gosec
- gosimple
- govet
- ineffassign
- lll
- misspell
- maligned
- nakedret
- prealloc
- scopelint
- exportloopref
- staticcheck
- structcheck
- stylecheck
Expand All @@ -52,10 +58,11 @@ issues:
linters-settings:
dogsled:
max-blank-identifiers: 3
golint:
min-confidence: 0
maligned:
suggest-new: true
revive:
# Sets the default failure confidence.
# This means that linting errors with less than 0.8 confidence will be ignored.
# Default: 0.8
confidence: 0
misspell:
locale: US
nolintlint:
Expand Down

0 comments on commit 38d35c8

Please sign in to comment.