Skip to content

Commit

Permalink
disable ansible-lint on integration tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 26, 2025
1 parent b4e954a commit 7ed6d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ commands_pre =
commands =
ansible-lint \
--skip-list=name[missing],yaml[line-length],args[module],run-once[task],ignore-errors,sanity[cannot-ignore],run-once[play] \
{posargs:{[common]lint_dirs}}
{posargs:plugins}
# {posargs:{[common]lint_dirs}}

[testenv:black]
labels = format
Expand Down

0 comments on commit 7ed6d97

Please sign in to comment.