mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
e8f1492d5a
Import all of the Rubocop rules from Hound so that the comments that Hound produces are the same ones that would be produced in Vim. [ci skip]
13 lines
316 B
YAML
13 lines
316 B
YAML
inherit_from: .hound/ruby.yml
|
|
Style/AlignParameters:
|
|
EnforcedStyle: with_fixed_indentation
|
|
Style/CollectionMethods:
|
|
PreferredMethods:
|
|
find: detect
|
|
reduce: inject
|
|
collect: map
|
|
find_all: select
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: false
|
|
Style/StringLiterals:
|
|
EnforcedStyle: single_quotes
|