Skip to content
Snippets Groups Projects
Verified Commit 5ed9c5f7 authored by Nick Thomas's avatar Nick Thomas
Browse files

Update rubocop target ruby version

parent f06a649c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,6 +8,7 @@ require:
- rubocop-rspec
 
AllCops:
TargetRubyVersion: 2.5
TargetRailsVersion: 5.0
Exclude:
- 'vendor/**/*'
Loading
Loading
@@ -184,3 +185,8 @@ Cop/InjectEnterpriseEditionModule:
 
Style/ReturnNil:
Enabled: true
# It isn't always safe to replace `=~` with `.match?`, especially when there are
# nil values on the left hand side
Performance/RegexpMatch:
Enabled: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment