Conversation
|
Is it possible to leave the list of offences intact for Rouge/NoBuildingAlternationPatternInRegexp? |
I was wondering the same as I had manually ensured it was explicit in the the original cop PR. Turns out, there is a way. We simply need to use the following command for todo regen to ensure the exclude limit is high enough that it lists the explicit entries. bundle exec rubocop --auto-gen-config --exclude-limit 50Note, the command used to generate the todo is available at the top of the file in a comment, for reference. |
b55829c to
592ec0e
Compare
|
@larouxn do you have a sense of why |
|
👋 @jneen, I believe that is because while Lines 17 to 18 in 3d57c38 Line 4 in 3d57c38
If we want we can remove the all cops excludes for |
|
Is it possible to make the rake task respect |
|
It does in fact already respect it for cops and whatnot but that Note, the small difference in number of files is because the rake style only checks
|


Description
Quick PR to regenerate the RuboCop todo as it's slightly out of date. Gives us more explicit lists too!
Relevant PRs
How?
bundle exec rubocop --auto-gen-config --exclude-limit 50