rubocop-i18n icon indicating copy to clipboard operation
rubocop-i18n copied to clipboard

Exclude *.gemspec by default

Open coding-red-panda opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. When using this gem inside a Gem project, all text lines in the Gemspec file will be marked as missing a decorator.

Describe the solution you'd like ANY gemspec file to be ignored by default

Describe alternatives you've considered Manually adding a line to RuboCop's config file for every cop, or explicitly adding gemspec files to Global exclude sections

Additional context Gemspecs should be as lean as possible, and I feel it better to have the Cops ignore these gemspecs by default, and not having to extend my configuration either globally for large projects/custom configurations or to list this lien for every Cop

coding-red-panda avatar Mar 31 '21 08:03 coding-red-panda