Skip to content

Commit

Permalink
fix linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Jan 8, 2025
1 parent 8dfb6f0 commit b908bd2
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 @@ -65,4 +65,7 @@ issues:
- text: "appendAssign: *"
linters:
- gocritic
- text: "fieldalignment: struct with *"
linters:
- govet
exclude-use-default: false

0 comments on commit b908bd2

Please sign in to comment.