Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
users-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
users-formula
Commits
d6ab1bf8
Unverified
Commit
d6ab1bf8
authored
4 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
chore(yamllint): add `.git/` to ignores [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/297
parent
d0e9d285
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.yamllint
+7
-4
7 additions, 4 deletions
.yamllint
with
7 additions
and
4 deletions
.yamllint
+
7
−
4
View file @
d6ab1bf8
...
@@ -2,14 +2,17 @@
...
@@ -2,14 +2,17 @@
# vim: ft=yaml
# vim: ft=yaml
---
---
# Extend the `default` configuration provided by `yamllint`
# Extend the `default` configuration provided by `yamllint`
extends
:
default
extends
:
'
default
'
# Files to ignore completely
# Files to ignore completely
# 1. All YAML files under directory `node_modules/`, introduced during the Travis run
# 1. All YAML files under directory `.cache/`, introduced during the GitLab CI run
# 2. Any SLS files under directory `test/`, which are actually state files
# 2. All YAML files under directory `.git/`
# 3. Any YAML files under directory `.kitchen/`, introduced during local testing
# 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
:
|
ignore
:
|
.cache/
.cache/
.git/
node_modules/
node_modules/
test/**/states/**/*.sls
test/**/states/**/*.sls
.kitchen/
.kitchen/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment