Home
last modified time | relevance | path

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

/build/soong/cmd/diff_target_files/
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,
111 … if match, err := diffIgnoringMatchingLines(l[i][0], l[i][1], w.ignoreMatchingLines); err != nil {
[all …]
Dallow_list_test.go109 allowLists: []allowList{{path: "dir/*", ignoreMatchingLines: []string{"foo: .*"}}},