Skip to content

Commit

Permalink
ignore linters for toytlv
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdimidium committed Apr 21, 2024
1 parent 1b304db commit 4b6d090
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ issues:
- linters:
- staticcheck
text: "SA1019:"

# TODO(nikolay-govorov): fix linters in toytlv
- path: 'toytlv\/(.+)\.go'
linters:
- staticcheck
- ineffassign
- gosimple

0 comments on commit 4b6d090

Please sign in to comment.