Skip to content

Commit

Permalink
feat(yamllint): add .cache/ to ignores (to use in GitLab CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Dec 17, 2020
1 parent b0a854c commit 619aaee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extends: 'default'
# 4. All Jinja templates under `ssf/files/` (result in `yamllint` syntax errors)
# Not disabling via. `*.yml` since we may end up with non-Jinja YAML files here
ignore: |
.cache/
node_modules/
test/**/states/**/*.sls
.kitchen/
Expand Down
1 change: 1 addition & 0 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ ssf_node_anchors:
extends: 'default'
ignore:
default:
- '.cache/'
- 'node_modules/'
additional_ssf:
- 'test/**/states/**/*.sls'
Expand Down

0 comments on commit 619aaee

Please sign in to comment.