Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
5ed9c5f7
Commit
5ed9c5f7
authored
Jan 30, 2019
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update rubocop target ruby version
parent
f06a649c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.rubocop.yml
.rubocop.yml
+6
-0
No files found.
.rubocop.yml
View file @
5ed9c5f7
...
@@ -8,6 +8,7 @@ require:
...
@@ -8,6 +8,7 @@ require:
-
rubocop-rspec
-
rubocop-rspec
AllCops
:
AllCops
:
TargetRubyVersion
:
2.5
TargetRailsVersion
:
5.0
TargetRailsVersion
:
5.0
Exclude
:
Exclude
:
-
'
vendor/**/*'
-
'
vendor/**/*'
...
@@ -184,3 +185,8 @@ Cop/InjectEnterpriseEditionModule:
...
@@ -184,3 +185,8 @@ Cop/InjectEnterpriseEditionModule:
Style/ReturnNil
:
Style/ReturnNil
:
Enabled
:
true
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment