feat: added virtual env to excluding list in ansible lint
Some checks failed
Lint / Lint (push) Failing after 20s
Some checks failed
Lint / Lint (push) Failing after 20s
Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
This commit is contained in:
parent
c906271429
commit
5417a1568b
@ -4,3 +4,5 @@ skip_list:
|
|||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- .gitea
|
- .gitea
|
||||||
|
- venv
|
||||||
|
- env
|
||||||
|
@ -18,4 +18,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: "--show-relpath"
|
args: "--show-relpath"
|
||||||
setup_python: "false"
|
setup_python: "false"
|
||||||
requirements_file: ""
|
requirements_file: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user