From b1ad1ec693915b95edb4a9e646ef0ac2acb3c79a Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Wed, 23 Oct 2024 20:33:55 +0200 Subject: [PATCH] don't run rubocop on mock app code --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 4c7421a4e..2ee6b3483 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,6 +7,7 @@ AllCops: - 'bin/*' - 'lib/generators/**/templates/**/*' - 'vendor/bundle/**/*' + - 'test/mock_app/**/*' # we allow long lines yet, because there are many to fix, and it would enforce to create long lines Style/IfUnlessModifier: