Skip to content

Commit

Permalink
fix: linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Feb 26, 2024
1 parent b062a17 commit 8c267be
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 @@ -70,6 +70,9 @@ issues:
- dogsled
path: pkg/pushsync/(.+)_test\.go # temporally disable dogsled in pushsync test files
# temporally disable paralleltest in following packages
- linters:
- paralleltest
text: Range statement for test (.+) does not reinitialise the variable (.+)
- linters:
- paralleltest
path: pkg/postage
Expand Down

0 comments on commit 8c267be

Please sign in to comment.