Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mysql-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
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
mysql-formula
Commits
baabe475
Unverified
Commit
baabe475
authored
Apr 5, 2021
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
chore: update `CODEOWNERS` & `.yamllint` re: `kitchen-vagrant` [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/310
parent
c11750c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.yamllint
+3
-1
3 additions, 1 deletion
.yamllint
CODEOWNERS
+2
-0
2 additions, 0 deletions
CODEOWNERS
with
5 additions
and
1 deletion
.yamllint
+
3
−
1
View file @
baabe475
...
...
@@ -10,13 +10,15 @@ extends: 'default'
# 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
# 6. Any YAML files using Jinja (result in `yamllint` syntax errors)
# 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
# 7. Any YAML files using Jinja (result in `yamllint` syntax errors)
ignore
:
|
.cache/
.git/
node_modules/
test/**/states/**/*.sls
.kitchen/
kitchen.vagrant.yml
mysql/supported_sections.yaml
yaml-files
:
...
...
...
...
This diff is collapsed.
Click to expand it.
CODEOWNERS
+
2
−
0
View file @
baabe475
...
...
@@ -43,6 +43,8 @@
/Gemfile
@saltstack-formulas/ssf
/Gemfile.lock
@saltstack-formulas/ssf
/kitchen.yml
@saltstack-formulas/ssf
/kitchen.vagrant.yml
@saltstack-formulas/ssf
/kitchen.windows.yml
@saltstack-formulas/ssf
/pre-commit_semantic-release.sh
@saltstack-formulas/ssf
/release-rules.js
@saltstack-formulas/ssf
/release.config.js
@saltstack-formulas/ssf
...
...
...
...
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
sign in
to comment