diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-04-16 00:24:11 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-04-16 00:24:11 +0200 |
commit | 0df23cb5ebc5506710f163d7081b4b96b5554d3c (patch) | |
tree | c483f62edf60777d730fc4481ed94e9dfca9307b /spec | |
parent | 87c50db2b21474cc8c9e7cccfa6a6d814f21a1ae (diff) |
Rubocop: Bump TargetRubyVersion for specs to 2.4
Diffstat (limited to 'spec')
-rw-r--r-- | spec/.rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/.rubocop.yml b/spec/.rubocop.yml index 752f917..e686c20 100644 --- a/spec/.rubocop.yml +++ b/spec/.rubocop.yml @@ -1,5 +1,8 @@ inherit_from: ../.rubocop.yml +AllCops: + TargetRubyVersion: 2.4 + Layout/ClosingParenthesisIndentation: Enabled: false |