summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-12 18:00:48 -0600
committermo khan <mo.khan@gmail.com>2020-06-12 18:00:48 -0600
commitd98902ada1d46080f21d1e1f122dc29351db9368 (patch)
tree9edc4f882bddea695e2a08d0903ea85291e20dbc /.rubocop.yml
parent5e327cc4abe45f53918f7afce937c37fa1736a76 (diff)
Reduce # of instance variables
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b7c52f1..90500a1 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -5,7 +5,7 @@ AllCops:
- 'test/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.5
Layout/ParameterAlignment:
EnforcedStyle: with_fixed_indentation