Commit bb519a8
committed
Fix misleading error message when CODEOWNERS is out of date
When running `codeownership validate --skip-autocorrect` with an
out-of-date CODEOWNERS file, the error from codeowners-rs says to run
`codeowners generate`, which is the standalone Rust CLI and not
available to users of this gem. Rewrite the message to point to
`bin/codeownership validate` instead.
Fixes #1551 parent 739a83c commit bb519a8
2 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
234 | 239 | | |
235 | 240 | | |
236 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
558 | 574 | | |
0 commit comments