Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
mirror
Fail2ban Formula
Commits
daf919ce
Unverified
Commit
daf919ce
authored
Mar 05, 2021
by
Imran Iqbal
Browse files
chore(yamllint): add `.git/` to ignores [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/297
parent
29627fbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.yamllint
View file @
daf919ce
...
...
@@ -2,14 +2,17 @@
# vim: ft=yaml
---
# Extend the `default` configuration provided by `yamllint`
extends
:
default
extends
:
'
default
'
# Files to ignore completely
# 1. All YAML files under directory `node_modules/`, introduced during the Travis run
# 2. Any SLS files under directory `test/`, which are actually state files
# 3. Any YAML files under directory `.kitchen/`, introduced during local testing
# 1. All YAML files under directory `.cache/`, introduced during the GitLab CI run
# 2. All YAML files under directory `.git/`
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
# 4. Any SLS files under directory `test/`, which are actually state files
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
ignore
:
|
.cache/
.git/
node_modules/
test/**/states/**/*.sls
.kitchen/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment