Explicitly define Rubocop hash style

This commit is contained in:
James Mason 2018-11-13 18:01:35 -08:00
parent fe0cfdf22e
commit a39c37a8e1
No known key found for this signature in database
GPG key ID: 1B3951886C449023

View file

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