2015-03-26 22:37:23 +02:00
|
|
|
inherit_from: .rubocop_todo.yml
|
2015-03-26 19:09:01 +02:00
|
|
|
|
|
|
|
Metrics/LineLength:
|
|
|
|
Enabled: false
|
2015-03-27 03:04:18 +02:00
|
|
|
|
|
|
|
#http://viget.com/extend/just-use-double-quoted-ruby-strings
|
2015-04-02 12:05:26 +03:00
|
|
|
Style/StringLiterals:
|
|
|
|
EnforcedStyle: double_quotes
|
2015-05-26 16:01:23 +03:00
|
|
|
|
|
|
|
# Configuration parameters: CountComments.
|
|
|
|
Metrics/ClassLength:
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
# Configuration parameters: CountComments.
|
|
|
|
Metrics/MethodLength:
|
|
|
|
Enabled: false
|
2015-09-30 16:52:13 -03:00
|
|
|
|
|
|
|
Style/FileName:
|
|
|
|
Exclude:
|
|
|
|
- 'bin/git-generate-changelog'
|