ci: do not exclude Parallel semgrep rule

This commit is contained in:
Seth Hoenig 2022-03-17 13:45:56 -05:00
parent 373d8f7241
commit b73d911f05
1 changed files with 0 additions and 1 deletions

View File

@ -128,6 +128,5 @@ rules:
severity: "WARNING"
fix: "ci.Parallel(t)"
paths:
exclude: ["*"]
include:
- "*_test.go"