rack-attack/.rubocop.yml
2018-06-19 17:19:49 -03:00

31 lines
375 B
YAML

AllCops:
TargetRubyVersion: 2.2
DisabledByDefault: true
Exclude:
- "examples/instrumentation.rb"
Bundler:
Enabled: true
Gemspec:
Enabled: true
Layout:
Enabled: true
Lint:
Enabled: true
Performance:
Enabled: true
Security:
Enabled: true
Lint:
Enabled: true
# TODO
# Remove cop disabling and fix offenses
Lint/HandleExceptions:
Enabled: false