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
80f79c92
Commit
80f79c92
authored
Oct 7, 2019
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
chore(yamllint): update ignored paths and add `octal-values` [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/59
parent
3b34955b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.yamllint
+6
-1
6 additions, 1 deletion
.yamllint
with
6 additions
and
1 deletion
.yamllint
+
6
−
1
View file @
80f79c92
...
...
@@ -7,10 +7,12 @@ 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 using Jinja (result in `yamllint` syntax errors)
# 3. Any YAML files under directory `.kitchen/`, introduced during local testing
# 4. Any YAML files using Jinja (result in `yamllint` syntax errors)
ignore
:
|
node_modules/
test/**/states/**/*.sls
.kitchen/
mysql/supported_sections.yaml
yaml-files
:
...
...
@@ -30,3 +32,6 @@ rules:
# Increase from default of `80`
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
max
:
88
octal-values
:
forbid-implicit-octal
:
true
forbid-explicit-octal
:
true
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