roda-proxy/.rubocop.yml

20 lines
264 B
YAML
Raw Normal View History

2020-03-12 16:37:13 +00:00
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