diff options
-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 |