Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
9d6a83dc
Unverified
Commit
9d6a83dc
authored
3 years ago
by
Thomas Woerner
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #727 from rjeffman/shellcheck_no_docker
pre-commit: Use system shellcheck.
parents
b489e2b8
1d180634
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
+5
-3
5 additions, 3 deletions
.pre-commit-config.yaml
with
5 additions
and
3 deletions
.pre-commit-config.yaml
+
5
−
3
View file @
9d6a83dc
...
@@ -38,8 +38,10 @@ repos:
...
@@ -38,8 +38,10 @@ repos:
entry
:
utils/ansible-doc-test
entry
:
utils/ansible-doc-test
# args: ['-v', 'roles', 'plugins']
# args: ['-v', 'roles', 'plugins']
files
:
^.*.py$
files
:
^.*.py$
-
repo
:
https://github.com/koalaman/shellcheck-precommit
-
repo
:
local
rev
:
v0.8.0
hooks
:
hooks
:
-
id
:
shellcheck
-
id
:
shellcheck
args
:
[
"
--severity=warning"
]
# Only show errors and warnings
name
:
ShellCheck
language
:
system
entry
:
shellcheck
files
:
\.sh$
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