github-changelog-generator/.rubocop.yml

13 lines
225 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:
2015-03-27 01:52:49 +00:00
Exclude:
2015-03-27 01:54:41 +00:00
- 'bin/**/*'
2015-03-27 01:04:18 +00:00
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