Skip to content

Commit 5f44bc7

Browse files
committed
Run semgrep 'replace-planonly-checks' only on service acceptance tests.
1 parent b593cf8 commit 5f44bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/semgrep/acctest/checks/planonly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rules:
44
message: Replace `PlanOnly` acceptance test steps with `plancheck`s
55
paths:
66
include:
7-
- "internal/**/*_test.go"
7+
- "internal/service/*/*_test.go"
88
patterns:
99
- pattern: |
1010
{

0 commit comments

Comments
 (0)