Skip to content

Commit

Permalink
Disable paralleltest linter in existing packages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtzmn committed Nov 1, 2022
1 parent 5a022d6 commit 5bbc0b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ issues:
# - revive
- 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
linters:
- paralleltest
# Add all linters here -- Comment this block out for testing linters
- path: test/linttest/lintissues\.go
linters:
Expand Down

0 comments on commit 5bbc0b4

Please sign in to comment.