k1LoW / emacs-ansible

GNU General Public License v2.0
116 stars 31 forks source link

Is there a plan to support ansible-lint? #29

Open galeo opened 5 years ago

galeo commented 5 years ago

Is there a plan to support ansible-lint by writing a checker for flycheck or the Emacs built in Flymake?

Though there is a flycheck-yamllint which uses yamllint to check YAML files. It is much better to have ansible-lint when writing ansible files.

k1LoW commented 5 years ago

@galeo Thank you.

I have no plan to support lint. If you are able to resolve this, we would encourage you to send a pull request 😃

PrimaryCanary commented 3 years ago

I added a checker to Flycheck https://github.com/flycheck/flycheck/pull/1858. It should solve this issue. Testing would be appreciated.

CC: @k1LoW @galeo

jamescherti commented 3 days ago

For Emacs Flymake users, flymake-ansible-lint.el enables Ansible playbook linting with ansible-lint.