github-changelog-generator/.rubocop.yml

15 lines
250 B
YAML
Raw Normal View History

inherit_from: .rubocop_todo.yml
2015-03-26 17:09:01 +00:00
2015-03-27 01:04:18 +00:00
AllCops:
Excludes:
- bin/**
- db/**
- config/**
2015-03-26 17:09:01 +00:00
Metrics/LineLength:
Enabled: false
2015-03-27 01:04:18 +00:00
#http://viget.com/extend/just-use-double-quoted-ruby-strings
#Style/StringLiterals:
# EnforcedStyle: double_quotes