From c74c52c4b00301bb564c4593f76b76b5ce657de5 Mon Sep 17 00:00:00 2001 From: dug Date: Mon, 29 Jun 2020 16:06:48 -0700 Subject: [PATCH] Remove redundant Exclude in .rubocop.yml All `/tmp/` dirs are already excluded by line 11. --- .rubocop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6c0be004cd0..ae648783015 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,7 +12,6 @@ AllCops: - '**/templates/**/*' - '**/vendor/**/*' - 'actionpack/lib/action_dispatch/journey/parser.rb' - - 'railties/test/fixtures/tmp/**/*' - 'actionmailbox/test/dummy/**/*' - 'actiontext/test/dummy/**/*' - '**/node_modules/**/*'