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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
8fc2e6cb
Unverified
Commit
8fc2e6cb
authored
Dec 22, 2020
by
Thomas Woerner
Committed by
GitHub
Dec 22, 2020
Browse files
Options
Downloads
Plain Diff
Merge pull request #470 from rjeffman/tools_speed_up_commit
Faster pre-commit by running ansible-lint only when necessary.
parents
5634f94e
3d4affcb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
with
1 addition
and
1 deletion
.pre-commit-config.yaml
+
1
−
1
View file @
8fc2e6cb
...
@@ -4,7 +4,7 @@ repos:
...
@@ -4,7 +4,7 @@ repos:
rev
:
v4.3.5
rev
:
v4.3.5
hooks
:
hooks
:
-
id
:
ansible-lint
-
id
:
ansible-lint
always_run
:
tru
e
always_run
:
fals
e
pass_filenames
:
true
pass_filenames
:
true
files
:
\.(yaml|yml)$
files
:
\.(yaml|yml)$
entry
:
env ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_MODULE_UTILS=./plugins/module_utils ansible-lint --force-color
entry
:
env ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_MODULE_UTILS=./plugins/module_utils ansible-lint --force-color
...
...
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