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
Boxiang Sun
gitlab-ce
Commits
7a81a41f
Commit
7a81a41f
authored
Feb 21, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Lint/UnusedMethodArgument
parent
b664a542
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
.rubocop.yml
.rubocop.yml
+3
-0
.rubocop_todo.yml
.rubocop_todo.yml
+0
-6
No files found.
.rubocop.yml
View file @
7a81a41f
...
...
@@ -683,6 +683,9 @@ Lint/UnneededDisable:
Lint/UnreachableCode
:
Enabled
:
true
Lint/UnusedMethodArgument
:
Enabled
:
false
# Checks for useless assignment to a local variable.
Lint/UselessAssignment
:
Enabled
:
true
...
...
.rubocop_todo.yml
View file @
7a81a41f
...
...
@@ -68,12 +68,6 @@ Lint/UnneededSplatExpansion:
Lint/UnusedBlockArgument
:
Enabled
:
false
# Offense count: 171
# Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument
:
Enabled
:
false
# Offense count: 114
# Configuration parameters: CountComments.
Metrics/BlockLength
:
...
...
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