Disable Style/IndentHeredoc on specs
This commit is contained in:
parent
ef8fe3106c
commit
4be9613191
|
@ -16,6 +16,10 @@ Style/Documentation:
|
|||
Style/FileName:
|
||||
Enabled: false
|
||||
|
||||
Style/IndentHeredoc:
|
||||
Exclude:
|
||||
- spec/**/*
|
||||
|
||||
AllCops:
|
||||
Exclude:
|
||||
- vendor/**/*
|
||||
|
|
Loading…
Reference in New Issue