summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 20:23:27 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 20:23:27 -0800
commite79e60b2dab8c3e489fd3b03c53ef9aa6a7dd0c2 (patch)
tree83e057171d7a8fa2269324b4786ba2341e089e63 /.rubocop.yml
parent26cb37535f4f1f46bf91469caa3fbc45738643de (diff)
downloadmixlib-shellout-e79e60b2dab8c3e489fd3b03c53ef9aa6a7dd0c2.tar.gz
Make sure we still support Ruby 2.2
Reasons Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f3a8913..e9fb15f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,3 +1,6 @@
+AllCops:
+ TargetRubyVersion: 2.2
+
Lint/UnderscorePrefixedVariableName:
Exclude:
- 'spec/mixlib/shellout/windows_spec.rb'