Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61bd62d

Browse files
committed
Yaml standards: add empty line at the end check
- fixed wrong files
1 parent 304c17f commit 61bd62d

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Sylius/Bundle/AdminApiBundle/Resources/config/routing/country.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ sylius_admin_api_country:
1111
criteria:
1212
code: $code
1313
type: sylius.resource_api
14-

tests/DataFixtures/ORM/resources/cart.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,3 @@ Sylius\Component\Product\Model\ProductOptionValueTranslation:
124124
locale: "en_US"
125125
value: "Size L"
126126
translatable: "@mug-size-l"
127-

yaml-standards.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- pathToChecker: YamlStandards\Model\YamlIndent\YamlIndentChecker
88
parameters:
99
{ indents: 4 }
10+
- pathToChecker: YamlStandards\Model\YamlEmptyLineAtEnd\YamlEmptyLineAtEndChecker

0 commit comments

Comments
 (0)