mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
|
||||
Enabled: true
|
||||
|
||||
|
||||
RSpec/DescribeClass:
|
||||
Exclude:
|
||||
- "spec/views/**/*"
|
||||
- "spec/ability/*"
|
||||
|
||||
Layout/AlignHash:
|
||||
EnforcedHashRocketStyle: table
|
||||
EnforcedColonStyle: table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue