Enable `Lint/UselessAssignment` for haml-lint

This commit is contained in:
Robert Speicher 2018-08-31 18:24:18 -07:00
parent 472f2d5666
commit a1cd338c6c
No known key found for this signature in database
GPG Key ID: 1D812769A7706642
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ linters:
- Lint/ParenthesesAsGroupedExpression
- Lint/RedundantWithIndex
- Lint/Syntax
- Lint/UselessAssignment
- Metrics/BlockNesting
- Naming/VariableName
- Performance/RedundantMatch