This commit adds support for Ansible-Lint, using its PEP8-mode output for
easy parsing.
Unit tests are included for all the currently-supported lint checks.
Differential D14662
Add support for Ansible-Lint michel-slm on Dec 4 2015, 4:30 AM. Authored by Tags None Referenced Files
Subscribers
Details
This commit adds support for Ansible-Lint, using its PEP8-mode output for Unit tests are included for all the currently-supported lint checks. pip install --user ansible-lint cd src/lint/linters/__tests__/ arc unit ArcanistAnsibleLintLinterTestCase.php
Diff Detail
Event TimelineComment Actions I tried setting this up locally but arc lint isn't throwing warning when I hit a SEVERITY_WARNING from the ansible-lint. Is that a known issue to you @michel-slm or could it be that I'm doing something wrong?
|