aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-12-25 01:03:02 +1030
committerMatthew Draper <matthew@trebex.net>2016-12-25 01:04:08 +1030
commit4273ab34c484f38fa9f77d133cd83256d721e7c8 (patch)
treeb1510a1c9b8f492e1ded5f52b14ceae8ab646dad /.rubocop.yml
parentfc2aa53f875b12df93b0d07932e3ab563b89152c (diff)
downloadrails-4273ab34c484f38fa9f77d133cd83256d721e7c8.tar.gz
rails-4273ab34c484f38fa9f77d133cd83256d721e7c8.tar.bz2
rails-4273ab34c484f38fa9f77d133cd83256d721e7c8.zip
Shave a couple of allocations off Journey scan & parse
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
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: