summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-03-02 01:51:37 +0200
committerKyrylo Silin <silin@kyrylo.org>2019-03-02 11:03:51 +0200
commit501e949921bb7d06c9f7a5c193976dac92ec8164 (patch)
tree4785eee2f0ac01c3dabdf985bfcb520734778c7c /.rubocop.yml
parenta892d00506cf7dfaac4d69752363e1f9d73a0d2a (diff)
downloadpry-501e949921bb7d06c9f7a5c193976dac92ec8164.tar.gz
rubocop: fix offences of the Style/ExpandPathArguments cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 0de0a936..ad0fbb03 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -27,3 +27,9 @@ Layout/MultilineMethodCallIndentation:
Style/ClassAndModuleChildren:
Exclude:
- 'spec/fixtures/example_nesting.rb'
+
+# TODO: delete exclusions when we drop Ruby 1.9.3 support.
+Style/ExpandPathArguments:
+ Exclude:
+ - 'lib/pry/commands.rb'
+ - 'pry.gemspec'