Page MenuHomePhabricator

Add support for ansible-lint
Open, Needs TriagePublic

Description

We use Ansible to manage our infrastructure at work, and as we're starting to deploy Arcanist for code reviews, I've written a class derived from ArcanistExternalLinter that adds support for calling ansible-lint.

If there is interest for adding support for this, I'll create a review request for my changes. I've signed the CLA.

Revisions and Commits

Event Timeline

michel-slm raised the priority of this task from to Needs Triage.
michel-slm updated the task description. (Show Details)
michel-slm added a project: Lint.
michel-slm added a project: Arcanist.
michel-slm added a subscriber: michel-slm.

Patch is currently here - we needed this in production so we wrote it and then looked at the contribution guide later.

For when I create a review request, should there already be a test suite, or can that be added during the review?

Is there any plan to add support for this in the near future?