Skip to content

Commit a05bce3

Browse files
authored
Merge pull request #42 from diptanilsaha/sgv2
fix: updated patterns conforming to semgrep v2 specifications
2 parents 87d0f92 + 86fcde3 commit a05bce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rules/frappe_correctness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ rules:
148148
severity: WARNING
149149
paths:
150150
include:
151-
- "*/**/doctype/*"
151+
- "**/doctype/*"
152152

153153
- id: frappe-no-functional-code
154154
pattern-either:
@@ -185,7 +185,7 @@ rules:
185185
severity: ERROR
186186
paths:
187187
include:
188-
- "*/**/doctype/*"
188+
- "**/doctype/*"
189189

190190
- id: frappe-same-key-assigned-twice
191191
pattern-either:

0 commit comments

Comments
 (0)