Skip to content
3 changes: 3 additions & 0 deletions tools/linter/golangci-lint/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ linters:
- gosec
- importas
- misspell
- promlinter
- revive
- staticcheck
- testifylint
Expand Down Expand Up @@ -131,6 +132,8 @@ linters:
no-unaliased: true
# Do not allow non-required aliases.
no-extra-aliases: false
promlinter:
strict: true
revive:
# TODO: enable if-return check
rules:
Expand Down
Loading