From 2fd79de0682c6187bd1364c48d38b0376b35d8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 24 Oct 2019 00:35:52 +0200 Subject: [PATCH] Remove unneeded Rails/Exit rubocop rule I don't think we need it because I've never seen it in our Rails application. --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 07be03932..ae7f59cd3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -15,9 +15,6 @@ Performance/EndWith: Performance/StartWith: Enabled: true -Rails/Exit: - Enabled: true - Rails/HasAndBelongsToMany: Enabled: true