molecule lint command no longer available
nandac opened this issue · 0 comments
nandac commented
Dear Folks,
I am new to molecule and would like to lint my roles using ansible-lint
and yamllint
.
A number of blogs talk about the molecule lint
command but it looks like it is no longer available.
How is linting done now?
Do we just run yamllint
and ansible-lint
separately as there does not seem to be a way to run it through molecule
anymore?
I installed molecule using pipenv
as shown:
pipenv install "molecule[lint]"
Does adding the [lint]
have any effect or can this config be removed since molecule
does not have the lint command.
I look forward to your reply.
Many thanks