Skip to content

Commit

Permalink
chore: Add more govet lint rules (#383)
Browse files Browse the repository at this point in the history
#### Summary

Similar to cloudquery/plugin-sdk#1849

---
  • Loading branch information
erezrokah authored Aug 2, 2024
1 parent e5695ff commit 29f668b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ linters-settings:
- var
- func
disable-dec-order-check: false
govet:
enable-all: true
disable:
- fieldalignment
- shadow

revive:
enable-all-rules: true
Expand Down

0 comments on commit 29f668b

Please sign in to comment.