You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.stdout(predicate::str::contains("CODEOWNERS out of date. Run `codeowners generate` to update the CODEOWNERS file"))
14
-
.stdout(predicate::str::contains("Some files are missing ownership\n- ruby/app/models/blockchain.rb\n- ruby/app/unowned.rb"))
15
-
.stdout(predicate::str::contains("Found invalid team annotations\n- ruby/app/models/blockchain.rb is referencing an invalid team - 'Web3'"))
16
-
.stdout(predicate::str::contains("Code ownership should only be defined for each file in one way. The following files have declared ownership in multiple ways\n- gems/payroll_calculator/calculator.rb (owner: Payments, source: TeamFileMapper)\n- gems/payroll_calculator/calculator.rb (owner: Payroll, source: TeamGemMapper)"));
13
+
.stdout(predicate::str::contains(
14
+
"CODEOWNERS out of date. Run `codeowners generate` to update the CODEOWNERS file",
15
+
))
16
+
.stdout(predicate::str::contains(
17
+
"Some files are missing ownership\n- ruby/app/models/blockchain.rb\n- ruby/app/unowned.rb",
18
+
))
19
+
.stdout(predicate::str::contains(
20
+
"Found invalid team annotations\n- ruby/app/models/blockchain.rb is referencing an invalid team - 'Web3'",
21
+
))
22
+
.stdout(predicate::str::contains(
23
+
"Code ownership should only be defined for each file in one way. The following files have declared ownership in multiple ways",
24
+
))
25
+
.stdout(predicate::str::contains(
26
+
"gems/payroll_calculator/calculator.rb (owner: Payments, source: Owner annotation at the top of the file)",
27
+
))
28
+
.stdout(predicate::str::contains(
29
+
"gems/payroll_calculator/calculator.rb (owner: Payroll, source: Owner specified in Team YML's `owned_gems`)",
30
+
))
31
+
.stdout(predicate::str::contains(
32
+
"ruby/app/services/multi_owned.rb (owner: Payments, source: Owner annotation at the top of the file)",
33
+
))
34
+
.stdout(predicate::str::contains(
35
+
"ruby/app/services/multi_owned.rb (owner: Payroll, source: Owner specified in `ruby/app/services/.codeowner`",
0 commit comments