|
36 | 36 |
|
37 | 37 | - app/missing_ownership.rb |
38 | 38 |
|
39 | | - See https://github.com/bigrails/code_ownership/README.md for more details |
| 39 | + See https://github.com/bigrails/code_ownership#README.md for more details |
40 | 40 | EXPECTED |
41 | 41 | end |
42 | 42 | end |
|
117 | 117 | - frontend/javascripts/packages/my_package/owned_file.jsx (Annotations at the top of file, Owner metadata key in package.json) |
118 | 118 | - packs/my_pack/owned_file.rb (Annotations at the top of file, Owner metadata key in package.yml) |
119 | 119 |
|
120 | | - See https://github.com/bigrails/code_ownership/README.md for more details |
| 120 | + See https://github.com/bigrails/code_ownership#README.md for more details |
121 | 121 | EXPECTED |
122 | 122 | end |
123 | 123 | end |
|
315 | 315 | expect(e.message).to eq <<~EXPECTED.chomp |
316 | 316 | CODEOWNERS out of date. Ensure pre-commit hook is set up correctly and used. You can also run bin/codeownership validate to update the CODEOWNERS file |
317 | 317 |
|
318 | | - See https://github.com/bigrails/code_ownership/README.md for more details |
| 318 | + See https://github.com/bigrails/code_ownership#README.md for more details |
319 | 319 | EXPECTED |
320 | 320 | end |
321 | 321 | expect(Pathname.new('.github/CODEOWNERS')).to_not exist |
|
334 | 334 | expect(e.message).to eq <<~EXPECTED.chomp |
335 | 335 | CODEOWNERS out of date. Ensure pre-commit hook is set up correctly and used. You can also run bin/codeownership validate to update the CODEOWNERS file |
336 | 336 |
|
337 | | - See https://github.com/bigrails/code_ownership/README.md for more details |
| 337 | + See https://github.com/bigrails/code_ownership#README.md for more details |
338 | 338 | EXPECTED |
339 | 339 | end |
340 | 340 | expect(Pathname.new('.github/CODEOWNERS')).to_not exist |
|
359 | 359 | expect(e.message).to eq <<~EXPECTED.chomp |
360 | 360 | CODEOWNERS out of date. Ensure pre-commit hook is set up correctly and used. You can also run bin/codeownership validate to update the CODEOWNERS file |
361 | 361 |
|
362 | | - See https://github.com/bigrails/code_ownership/README.md for more details |
| 362 | + See https://github.com/bigrails/code_ownership#README.md for more details |
363 | 363 | EXPECTED |
364 | 364 | end |
365 | 365 | expect(Pathname.new('.github/CODEOWNERS')).to_not exist |
|
388 | 388 | expect(e.message).to eq <<~EXPECTED.chomp |
389 | 389 | CODEOWNERS out of date. Ensure pre-commit hook is set up correctly and used. You can also run bin/codeownership validate to update the CODEOWNERS file |
390 | 390 |
|
391 | | - See https://github.com/bigrails/code_ownership/README.md for more details |
| 391 | + See https://github.com/bigrails/code_ownership#README.md for more details |
392 | 392 | EXPECTED |
393 | 393 | end |
394 | 394 | expect(Pathname.new('.github/CODEOWNERS')).to_not exist |
|
0 commit comments