-
-
- ---
-
- extends: default
-
-
-
-
-
- ignore: |
- .cache/
- node_modules/
- test/**/states/**/*.sls
- .kitchen/
-
- yaml-files:
-
- - '*.yaml'
- - '*.yml'
- - .salt-lint
- - .yamllint
-
- - '*.example'
- - test/**/*.sls
-
- rules:
- empty-values:
- forbid-in-block-mappings: true
- forbid-in-flow-mappings: true
- line-length:
-
-
- max: 88
- octal-values:
- forbid-implicit-octal: true
- forbid-explicit-octal: true
|