mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
12 lines
366 B
YAML
12 lines
366 B
YAML
- pathsToCheck:
|
|
- ./
|
|
excludedPaths:
|
|
- ./node_modules
|
|
- ./public
|
|
- ./var
|
|
- ./vendor
|
|
checkers:
|
|
- pathToChecker: YamlStandards\Model\YamlIndent\YamlIndentChecker
|
|
parameters:
|
|
{ indents: 4 }
|
|
- pathToChecker: YamlStandards\Model\YamlEmptyLineAtEnd\YamlEmptyLineAtEndChecker
|