Linter-Ansible-Linting
aims to provide functional and robust Ansible-Lint
linting functionality within Atom.
Ansible-Lint
is required (>= 3.5.0
version range is highly recommended) to be installed (preferably from a package or a pip) before using this. Support for Ansible-Lint < 3.5
is deprecated. It should exist, but it is not guaranteed. The Linter
and Language-Ansible
Atom packages are also required.
Ansible-Lint
will attempt to lint includes and roles from your playbook. Missing includes and roles, or an include with file issues, 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.Ansible-Lint
to not function.Linter-UI-Default
. For 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.