Skip to content

Commit 242f972

Browse files
committed
adds coraza.rule.no_regex_multiline to TagsMatrix
1 parent 8715d64 commit 242f972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

magefile.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func Coverage() error {
183183
if err := sh.RunV("go", "test", tagsCmd, "-coverprofile=build/coverage-ftw.txt", "-covermode=atomic", "-coverpkg=./...", "./testing/coreruleset"); err != nil {
184184
return err
185185
}
186-
// we run tinygo tag only if memoize_builders is is not enabled
186+
// we run tinygo tag only if memoize_builders is not enabled
187187
if !strings.Contains(tags, "memoize_builders") {
188188
if tagsCmd != "" {
189189
tagsCmd += ",tinygo"
@@ -280,6 +280,7 @@ func combinations(tags []string) []string {
280280
func TagsMatrix() error {
281281
tags := []string{
282282
"coraza.rule.case_sensitive_args_keys",
283+
"coraza.rule.no_regex_multiline",
283284
"memoize_builders",
284285
"coraza.rule.multiphase_valuation",
285286
"no_fs_access",

0 commit comments

Comments
 (0)