Skip to content

Commit

Permalink
Set target rubocop version to help safeguard breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Sep 29, 2023
1 parent b1b8c35 commit 054cd59
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ AllCops:
- vendor/**/*
NewCops: enable
SuggestExtensions: false
TargetRubyVersion: 2.0

#################
# [i] Overrides #
Expand Down Expand Up @@ -166,14 +167,5 @@ Security/YAMLLoad:
Style/FormatStringToken:
Enabled: false

# We still allow really old versions of Ruby and Rails
Style/HashSyntax:
Enabled: false

Style/NumericPredicate:
Enabled: false

# We still allow really old versions of Ruby and Rails
# While I like the safe navigator, we don't want to use it here just yet
Style/SafeNavigation:
Enabled: false

0 comments on commit 054cd59

Please sign in to comment.