Home
last modified time | relevance | path

Searched refs:ignoreMatchingLines (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/cmd/diff_target_files/
H A Dallow_list.go30 ignoreMatchingLines []string member
36 add := func(path string, ignoreMatchingLines []string) {
39 x.ignoreMatchingLines = append(x.ignoreMatchingLines, ignoreMatchingLines...)
46 ignoreMatchingLines: ignoreMatchingLines,
57 add(w.path, w.ignoreMatchingLines)
63 var ignoreMatchingLines []string
65 ignoreMatchingLines = []string{s[colon+1:]}
67 add(s, ignoreMatchingLines)
96 ignoreMatchingLines: w.IgnoreMatchingLines,
135 } else if match && len(w.ignoreMatchingLines) == 0 {
[all …]
H A Dallow_list_test.go109 allowLists: []allowList{{path: "dir/*", ignoreMatchingLines: []string{"foo: .*"}}},