Skip to content
Snippets Groups Projects
Commit 0406455c authored by Guilherme Garnier's avatar Guilherme Garnier
Browse files

Enable "UselessAssignment" rubocop lint

parent d7eceafb
No related branches found
No related tags found
1 merge request!9690Fix "useless assignment" Rubocop warnings
Loading
Loading
@@ -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: false
Enabled: true
 
Lint/UselessComparison:
Description: 'Checks for comparison of something with itself.'
Loading
Loading
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