Explicitly define Rubocop hash style
This commit is contained in:
parent
f4b3582410
commit
299738f58d
1 changed files with 4 additions and 1 deletions
|
|
@ -21,8 +21,11 @@ Rails:
|
||||||
FactoryBot/AttributeDefinedStatically:
|
FactoryBot/AttributeDefinedStatically:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|
||||||
RSpec/DescribeClass:
|
RSpec/DescribeClass:
|
||||||
Exclude:
|
Exclude:
|
||||||
- "spec/views/**/*"
|
- "spec/views/**/*"
|
||||||
- "spec/ability/*"
|
- "spec/ability/*"
|
||||||
|
|
||||||
|
Layout/AlignHash:
|
||||||
|
EnforcedHashRocketStyle: table
|
||||||
|
EnforcedColonStyle: table
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue