Skip to content

Commit

Permalink
added backlog for linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia committed Jul 27, 2024
1 parent 8172d8a commit b5e7dc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ linters:
- gocyclo
- lll
- prealloc
- gosec
- gosec # TODO: enable it
- unparam
- revive
fast: false

issues:
Expand Down

0 comments on commit b5e7dc9

Please sign in to comment.