Remove unneeded Rails/Exit rubocop rule

I don't think we need it because I've never seen it in our Rails
application.
This commit is contained in:
Javi Martín
2019-10-24 00:35:52 +02:00
parent 6214bda941
commit 2fd79de068

View File

@@ -15,9 +15,6 @@ Performance/EndWith:
Performance/StartWith:
Enabled: true
Rails/Exit:
Enabled: true
Rails/HasAndBelongsToMany:
Enabled: true