Skip to content

Commit

Permalink
Target the earliest ruby version we support (2.5) with Rubocop
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Clark <rbclark@mitre.org>
  • Loading branch information
Robert Clark committed Apr 23, 2021
1 parent f7cd910 commit 1fea2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
Exclude:
- Gemfile
- Rakefile
Expand Down

0 comments on commit 1fea2a6

Please sign in to comment.