Skip to content

Commit

Permalink
Disable additional pre-revision packages with paralleltest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtzmn committed Nov 1, 2022
1 parent 5bbc0b4 commit 0e01e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ issues:
- staticcheck
- typecheck
# Ignore missing parallel tests in existing packages
- path: (agreement|catchup|cmd|config|crypto|daemon|data|ledger|logging|network|node|protocol|rpcs|shared|stateproof|test|util).*_test.go
- path: (agreement|catchup|cmd|config|crypto|daemon|data|gen|ledger|logging|netdeploy|network|node|protocol|rpcs|shared|stateproof|test|tools|util).*_test.go
linters:
- paralleltest
# Add all linters here -- Comment this block out for testing linters
Expand Down

0 comments on commit 0e01e02

Please sign in to comment.