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
013b2cd3
Unverified
Commit
013b2cd3
authored
4 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci(pre-commit): enable/disable `rstcheck` as relevant [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/262
parent
d0e7c0a1
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
.pre-commit-config.yaml
+6
-6
6 additions, 6 deletions
.pre-commit-config.yaml
CODEOWNERS
+3
-0
3 additions, 0 deletions
CODEOWNERS
with
9 additions
and
6 deletions
.pre-commit-config.yaml
+
6
−
6
View file @
013b2cd3
...
...
@@ -47,9 +47,9 @@ repos:
-
id
:
salt-lint
name
:
Check Salt files using salt-lint
files
:
^.*\.(sls|jinja|j2|tmpl|tst)$
#
- repo: https://github.com/myint/rstcheck
#
rev: 3f929574
#
hooks:
#
- id: rstcheck
#
name: Check reST files using rstcheck
#
args: [--report=warning]
-
repo
:
https://github.com/myint/rstcheck
rev
:
3f929574
hooks
:
-
id
:
rstcheck
name
:
Check reST files using rstcheck
args
:
[
--report=warning
]
This diff is collapsed.
Click to expand it.
CODEOWNERS
+
3
−
0
View file @
013b2cd3
...
...
@@ -14,6 +14,7 @@
# SECTION: Owner(s) for files/directories related to `semantic-release`
# FILE PATTERN OWNER(S)
/.github/workflows/
@saltstack-formulas/ssf
/bin/install-hooks
@saltstack-formulas/ssf
/bin/kitchen
@saltstack-formulas/ssf
/docs/AUTHORS.rst
@saltstack-formulas/ssf
/docs/CHANGELOG.rst
@saltstack-formulas/ssf
...
...
@@ -24,6 +25,8 @@
/test/integration/**/README.md
@saltstack-formulas/ssf
/.gitignore
@saltstack-formulas/ssf
/.cirrus.yml
@saltstack-formulas/ssf
/.pre-commit-config.yaml
@saltstack-formulas/ssf
/.rstcheck.cfg
@saltstack-formulas/ssf
/.rubocop.yml
@saltstack-formulas/ssf
/.salt-lint
@saltstack-formulas/ssf
/.travis.yml
@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
register
or
sign in
to comment