Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 1, 2024
1 parent 2ae3fc1 commit 03f9e33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ issues:
- linters: [ revive ]
text: "var-naming: don't use an underscore in package name"

- linters: [ gosec ]
text: "G115: integer overflow conversion"

# Disable linters that are annoying in tests.
- path: vault/client
linters: [ staticcheck ]
Expand Down

0 comments on commit 03f9e33

Please sign in to comment.