1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/.rubocop.yml
Elliot Winkler e8f1492d5a Update .rubocop.yml
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]
2017-02-06 22:08:20 +01:00

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