This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
ace-of-base/.rubocop.yml

19 lines
275 B
YAML
Raw Normal View History

2019-07-10 21:03:07 +12:00
Lint/AmbiguousBlockAssociation:
Exclude:
- "spec/**/*"
Metrics/LineLength:
Max: 120
Metrics/ModuleLength:
Exclude:
- "spec/**/*_spec.rb"
Metrics/BlockLength:
Exclude:
- "spec/**/*.rb"
- "config/routes.rb"
Style/FormatStringToken:
Enabled: false