From 4273ab34c484f38fa9f77d133cd83256d721e7c8 Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Sun, 25 Dec 2016 01:03:02 +1030 Subject: Shave a couple of allocations off Journey scan & parse --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index e1102b45ce..629f5d86ea 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,7 @@ AllCops: Exclude: - '**/templates/**/*' - '**/vendor/**/*' + - 'actionpack/lib/action_dispatch/journey/parser.rb' # Prefer &&/|| over and/or. Style/AndOr: -- cgit v1.2.3