Commit 89f9a05
committed
Patch RuboCop::Config to warn on obsolete cops
Instead of raising on the inclusion of an obsolete cop, write an error
to STDERR. This is slightly more invisible than failing a build on an
obsolete cop, but preferable as a user won't be blocked when we bump
RuboCop on our engine. We'll write a changelog post advising users of
the necessary changes to make and deprecate this patch in the coming
weeks.1 parent 562cea6 commit 89f9a05
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments