roda-proxy/.rubocop.yml

20 lines
264 B
YAML

Layout/SpaceInsideParens:
Enabled: false
Metrics/LineLength:
Max: 120
Metrics/ModuleLength:
Exclude:
- "**/*_spec.rb"
Metrics/BlockLength:
Exclude:
- "**/*_spec.rb"
Layout/TrailingWhitespace:
Enabled: false
Style/Semicolon:
Enabled: false