Explicitly define Rubocop hash style

This commit is contained in:
James Mason 2018-11-13 18:01:35 -08:00
parent f4b3582410
commit 299738f58d

View file

@ -21,8 +21,11 @@ Rails:
FactoryBot/AttributeDefinedStatically:
Enabled: true
RSpec/DescribeClass:
Exclude:
- "spec/views/**/*"
- "spec/ability/*"
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table