summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichaeldiamant <michaeldiamant@users.noreply.github.com>2023-01-09 15:37:01 -0500
committermichaeldiamant <michaeldiamant@users.noreply.github.com>2023-01-09 15:37:01 -0500
commit75d5623880966507218409a4f0238e3ea3fa9175 (patch)
tree287a95554eac0e5f36400dbe1fee72b78a1a85cf
parentbc44187bfd5739657f6b9297b2f94a012de7cf6a (diff)
Correct .golangci.yml pathsparallelize_shared
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 31d0a8b42..5a612bbaa 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -117,7 +117,7 @@ issues:
- staticcheck
- typecheck
# Ignore missing parallel tests in existing packages
- - path: (agreement|catchup|cmd|config|crypto|daemon|data|gen|ledger|logging|netdeploy|network|node|protocol|rpcs|stateproof|test|tools|util).*_test\.go
+ - path: (agreement|catchup|cmd|config|crypto|daemon|gen|ledger|logging|netdeploy|network|node|protocol|rpcs|stateproof|test|tools|util).*_test\.go
linters:
- paralleltest
# Add all linters here -- Comment this block out for testing linters