thoughtbot--shoulda-matchers/.rubocop.yml

14 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