HEAD and latest release AFAIK.
Molecule installation method (one of):
Ansible installation method (one of):
molecule lint and ansible-lint . behave identically.
See https://github.com/ansible/molecule/pull/1675#issuecomment-459451002 and https://github.com/ansible/molecule/pull/1675#issuecomment-460098613.
Potentially related was https://github.com/ansible/molecule/pull/1722. Basically, the configuration options were not working correctly from the molecule.yml (not sure on details) and an .ansible-lint had to be introduced to configure ansible-lint correctly.
Potential blocker for 2.20 release, as having linting break would be a pretty big deal I think.
Agreed.
Thanks for that fix @pilou-!
OK, the fix is merged, awaiting a release which is being tracked at https://github.com/ansible/ansible-lint/milestone/15.
Looks like ansible-lint 4.1.0 was released. I ran the commands from my original comment and looks good.
@Rickkwa Thank you for confirming.
@gundalow should not we exclude ansible-lint 4.0.0 and 4.0.1 (from allowed dependencies) ?