Files
wedding/.rubocop.yml
John Lees-Miller 6e82ba528b Make open source
2018-10-27 16:46:26 +01:00

23 lines
368 B
YAML

AllCops:
Exclude:
- 'bin/*'
- 'db/schema.rb'
Style/ClassAndModuleChildren:
Exclude:
- 'test/**/*'
Style/Documentation:
Exclude:
- 'app/controllers/**/*'
- 'app/helpers/**/*'
- 'app/mailers/**/*'
- 'app/**/application_*'
- 'config/*'
- 'db/**/*'
- 'test/**/*'
Metrics/LineLength:
Max: 80
IgnoredPatterns: ['\A\s*#']