We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67a05d commit 3399752Copy full SHA for 3399752
1 file changed
tests/BUILD
@@ -79,6 +79,19 @@ sh_test(
79
],
80
)
81
82
+sh_test(
83
+ name = "validate_codeowners_strict",
84
+ srcs = ["//tools:diff.sh"],
85
+ args = [
86
+ "$(location :github_codeowners_strict.out)",
87
+ "$(location github_codeowners_golden)",
88
+ ],
89
+ data = [
90
+ "github_codeowners_golden",
91
+ ":github_codeowners_strict.out",
92
93
+)
94
+
95
generate_codeowners(
96
name = "github_codeowners_other_order",
97
owners = [
@@ -128,7 +141,6 @@ codeowners(
128
141
tags = ["manual"],
129
142
130
143
131
-
132
144
failure_testing_test(
133
145
name = "both_pattern_and_patterns",
134
146
expected = "Both pattern and patterns can not be set at the same time.",
0 commit comments