mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +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:
|
||||
Enabled: true
|
||||
|
||||
Style/FrozenStringLiteralComment:
|
||||
Enabled: true
|
||||
|
||||
Style/RedundantFreeze:
|
||||
Enabled: true
|
||||
|
||||
# TODO
|
||||
# Remove cop disabling and fix offenses
|
||||
Lint/HandleExceptions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue