You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this gem could introduce some similar option, either copying some of the code from warning gem, or adding warning gem as a dep of rubocop-rubycw. warning gem does not appear to have any dependencies so it should be a pretty light addition.
Thoughts?
The text was updated successfully, but these errors were encountered:
Wondering if it would be possible to add a rubocop.yml config option to ignore or exclude certain warning types?
Jeremy Evans has this gem called warning: https://rubygems.org/gems/warning which appears to have a few nice features, mainly:
e.g.
Warning.ignore(:missing_ivar)
Maybe this gem could introduce some similar option, either copying some of the code from warning gem, or adding warning gem as a dep of rubocop-rubycw.
warning
gem does not appear to have any dependencies so it should be a pretty light addition.Thoughts?
The text was updated successfully, but these errors were encountered: