From d98902ada1d46080f21d1e1f122dc29351db9368 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 12 Jun 2020 18:00:48 -0600 Subject: Reduce # of instance variables --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') 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 -- cgit v1.2.3