forked from shopsys/shopsys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yaml-standards.yaml
21 lines (21 loc) · 1.05 KB
/
yaml-standards.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- pathsToCheck:
- ./**/*.{yaml,yml}
excludedPaths:
- ./docker-compose.yml
- ./docker-sync.yml
- ./.github/workflows/**/*.{yaml,yml} # yaml standards have problems with multiline definitions in workflows
- ./vendor/**/*.{yaml,yml}
- ./project-base/app/node_modules/**/*.{yaml,yml}
- ./project-base/app/config/domains_urls.yaml
- ./project-base/app/config/oauth2/parameters_oauth.yaml.dist
- ./project-base/storefront/**/*.{yaml,yml}
- ./project-base/storefront/*.{yaml,yml}
- ./packages/framework/assets/node_modules/**/*.{yaml,yml}
checkers:
- pathToChecker: YamlStandards\Model\YamlIndent\YamlIndentChecker
parameters:
{ indents: 4, indentsCommentsWithoutParent: default }
- pathToChecker: YamlStandards\Model\YamlServiceAliasing\YamlServiceAliasingChecker
parameters:
{ serviceAliasingType: long, indents: 4 }
- pathToChecker: YamlStandards\Model\YamlEmptyLineAtEnd\YamlEmptyLineAtEndChecker