Skip to content

Ansible syntax-check linter for atom

License

Notifications You must be signed in to change notification settings

ElectronicsArchiver/linter-ansible-syntax

 
 

Repository files navigation

Linter Ansible Syntax    Badge Status

A package that aims to provide robust Ansible
syntax checking / linting functionality for Atom.


Preview


Sunset Updates

As the APM has been discontinued by the Atom Team,
the following installation instructions are now necessary.

  1. Navigate to your Atom package directory.

    <home>/.atom/packages

  2. Clone or Download this repository.

    git clone https://github.com/kdeldycke/meta-package-manager
  3. Place the retrieved code folder in the /packages/ folder.

  4. Execute the following in the folder:

    npm install


Project Status

This package is now in Maintenance Mode.

All feature requests and bug reports in the
GitHub repository issue tracker will receive
a response and possibly be implemented.

Active development however, has ceased.



Requirements

  • Ansible 2.0+

  • Atom Language-Ansible Package

  • Atom Linter Package


Usage

  • The Ansible syntax check only outputs the first error
    it encounters, and therefore only the first error in a
    playbook will be displayed.

  • Only works on playbooks.

    If your playbook contains roles and / or includes anywhere
    in the playbook, then these will be checked as well.

  • To quickly and easily access issues in other files, you will
    need to change the settings inside 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.


About

Ansible syntax-check linter for atom

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%