mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-17 13:15:50 +00:00
28 lines
352 B
YAML
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
|