Skip to content

Commit

Permalink
Change target Ruby to at least 2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Kalin <akalin@martinisoftware.com>
  • Loading branch information
martinisoft committed Mar 20, 2018
1 parent 67d0c69 commit 4b368c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/cookstyle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.0
TargetRubyVersion: 2.3
Exclude:
- vendor/**/*
- Guardfile
Expand Down Expand Up @@ -118,6 +118,10 @@ Bundler/DuplicatedGem:
Performance/Casecmp:
Enabled: false

# This comes with changing the ruby target to 2.3+
Style/FrozenStringLiteralComment:
Enabled: false

# maintain the previous array behavior in previous cookstyle releases
Style/PercentLiteralDelimiters:
PreferredDelimiters:
Expand Down

0 comments on commit 4b368c0

Please sign in to comment.