summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2018-06-03 00:45:09 -0700
committerJeremy Daer <jeremydaer@gmail.com>2018-06-03 00:45:09 -0700
commitefe2c8f65e052fc853c1eef6f47d5df480f36016 (patch)
tree0f706ba05ed973e768745d8f1aeb1382a6fd8818 /.rubocop.yml
parenteac0f31168a9f45e986cbdf90d44884fdbb9ea52 (diff)
downloadrack-efe2c8f65e052fc853c1eef6f47d5df480f36016.tar.gz
RuboCop: special needs for #1252 config.ru with BOM
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 484c4380..22ed9920 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -7,6 +7,8 @@ AllCops:
Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
+ Exclude:
+ - 'test/builder/bom.ru'
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
Style/HashSyntax: