Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
c2c97eb57cd0
Commit
0406455c
authored
Oct 03, 2015
by
Guilherme Garnier
Browse files
Enable "UselessAssignment" rubocop lint
parent
0cee50e64e47
Changes
1
Show whitespace changes
Inline
Side-by-side
.rubocop.yml
View file @
c2c97eb5
...
...
@@ -932,7 +932,7 @@ Lint/UselessAccessModifier:
Lint/UselessAssignment
:
Description
:
'
Checks
for
useless
assignment
to
a
local
variable.'
StyleGuide
:
'
https://github.com/bbatsov/ruby-style-guide#underscore-unused-vars'
Enabled
:
fals
e
Enabled
:
tru
e
Lint/UselessComparison
:
Description
:
'
Checks
for
comparison
of
something
with
itself.'
...
...
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