-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Adding the following to .rubocop.yml works when running rubocop, however this has no effect when running rubocop-git.
Metrics/BlockLength:
Exclude:
- "**/*_spec.rb"
It looks to me (correct me if I'm wrong) rubocop-git doesn't check if a file should be included on a per cop level, it only respects the AllCops Exclude value.
Given the current implementation of only checking exclusions and then passing the source to all cops (https://github.com/m4i/rubocop-git/blob/master/lib/rubocop/git/style_guide.rb#L15-L16) - I'm not sure how to easily support these per cop Excludes without completely rethinking how the cops are run - has anyone any thoughts?
tsujigiri, knarewski, andreiprastakou, lerarybak, tiagoefmoraes and 2 more
Metadata
Metadata
Assignees
Labels
No labels