github-changelog-generator/.rubocop.yml
2015-03-27 03:06:41 +02:00

15 lines
250 B
YAML

inherit_from: .rubocop_todo.yml
AllCops:
Excludes:
- bin/**
- db/**
- config/**
Metrics/LineLength:
Enabled: false
#http://viget.com/extend/just-use-double-quoted-ruby-strings
#Style/StringLiterals:
# EnforcedStyle: double_quotes