mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Enable a couple of rubocop Style cops
This commit is contained in:
parent
60300145d8
commit
972a19006a
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ Security:
|
||||||
Lint:
|
Lint:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Style/FrozenStringLiteralComment:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
|
Style/RedundantFreeze:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
# Remove cop disabling and fix offenses
|
# Remove cop disabling and fix offenses
|
||||||
Lint/HandleExceptions:
|
Lint/HandleExceptions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue