summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-27 18:37:06 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-02 16:47:08 +0100
commit2a53367358317f08947847a10364c2e2b2a744a0 (patch)
tree229782a6c88314758ba457b94f4b06c0c42558bf /.rubocop.yml
parent5d0959c7dccb21433686985d5b52acf7982a356b (diff)
downloadbundler-2a53367358317f08947847a10364c2e2b2a744a0.tar.gz
Workaround jruby issuejruby_issue
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 604300a117..3a4d8cb295 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -408,6 +408,8 @@ Naming/ConstantName:
Naming/FileName:
Enabled: true
+ Exclude:
+ - 'spec/realworld/fixtures/warbler/bin/warbler-example.rb'
Naming/HeredocDelimiterCase:
Enabled: true