rack-attack/.rubocop.yml
2018-04-17 16:27:56 -04:00

28 lines
352 B
YAML

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