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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
users-formula
Commits
3b24d993
Unverified
Commit
3b24d993
authored
4 years ago
by
Dafydd Jones
Committed by
Imran Iqbal
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(shellcheck): switch hook for `shellcheck` [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/295
parent
8698fa53
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
.pre-commit-config.yaml
+2
-3
2 additions, 3 deletions
.pre-commit-config.yaml
with
2 additions
and
3 deletions
.pre-commit-config.yaml
+
2
−
3
View file @
3b24d993
...
@@ -25,14 +25,13 @@ repos:
...
@@ -25,14 +25,13 @@ repos:
args
:
[
--debug
]
args
:
[
--debug
]
always_run
:
true
always_run
:
true
pass_filenames
:
false
pass_filenames
:
false
-
repo
:
https://github.com/
jumanjihouse/pre-commit-hooks
-
repo
:
https://github.com/
shellcheck-py/shellcheck-py
rev
:
2
.1.
3
rev
:
v0.7
.1.
1
hooks
:
hooks
:
-
id
:
shellcheck
-
id
:
shellcheck
name
:
Check shell scripts with shellcheck
name
:
Check shell scripts with shellcheck
files
:
^.*\.(sh|bash|ksh)$
files
:
^.*\.(sh|bash|ksh)$
types
:
[]
types
:
[]
args
:
[]
-
repo
:
https://github.com/adrienverge/yamllint
-
repo
:
https://github.com/adrienverge/yamllint
rev
:
v1.23.0
rev
:
v1.23.0
hooks
:
hooks
:
...
...
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