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
we use some inline disabling of rubocop in our code (i.e., # rubocop:disable RSpec/AnyInstance). After we updated from rubocop 0.40.0 to rubocop 0.41.1 this does not work anymore for RSpec cops provided by this gem.
We use rubocop-rspec 1.5.0.
Does somebody know what changed here?
The text was updated successfully, but these errors were encountered:
Hi,
we use some inline disabling of rubocop in our code (i.e.,
# rubocop:disable RSpec/AnyInstance
). After we updated from rubocop 0.40.0 to rubocop 0.41.1 this does not work anymore for RSpec cops provided by this gem.We use rubocop-rspec 1.5.0.
Does somebody know what changed here?
The text was updated successfully, but these errors were encountered: