nndiscourse/nndiscourse/.rubocop.yml

13 lines
229 B
YAML

AllCops:
Exclude:
- 'db/**/*'
- 'config/**/*'
- 'script/**/*'
- 'vendor/**/*'
- 'bin/**/*'
- !ruby/regexp /old_and_unused\.rb$/
Layout/LineLength:
Max: 100
Exclude:
- !ruby/regexp /.*\.gemspec$/