Skip to content

Fix rubocop exceptions

Doug Stull requested to merge resolve-rubocop-exceptions into master

This happens due to local gem versions allowing to drift a bit when not properly updated.

This can also happen during test on CI if Gems update and create new exceptions.

I'm not sure we should fix this longterm, but we probably could by pinning the Gemfile on an exact version of rubocop gems if it happens again

Edited by Doug Stull

Merge request reports