Linter-Ansible-Linting aims to provide functional and robust Ansible-Lint linting functionality within Atom.
Ansible-Lint >= 5.0.0 is required to be installed before using this. If you need support for >= 3.5.0 and < 5.0.0, then please downgrade to version 1.7.1 of this package. The Linter and Language-Ansible or Language-Ansible-Advanced Atom packages are also required. Note also that Ansible-Lint 5 is slower than previous releases, and more time is therefore needed to display linting information.
Ansible-Lint
will attempt to lint includes and roles from your playbook. Errors with includes and roles will throw a clean error to your Atom-Linter
display notifications. Syntax errors in the current file, includes, and roles will be caught, and a notification displayed via the linter.Panel Represents
and/or Statusbar Represents
, you will need to change their options to Entire Project
. This will allow you to use either display to quickly access issues in other files by clicking on the displayed information.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.