All Projects → mschuchard → linter-ansible-linting

mschuchard / linter-ansible-linting

Licence: MIT license
ansible-lint linter for atom

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to linter-ansible-linting

Atom I18n
:atom: One Atom i18n Package for Any Locale 🌏 🌎 🌍
Stars: ✭ 56 (+194.74%)
Mutual labels:  atom-package, atom-editor
atom-ide-crystal
Crystal IDE package for Atom using the Scry Language Server
Stars: ✭ 24 (+26.32%)
Mutual labels:  atom-package, atom-editor
atom-carbon-now-sh
Atom package to open the current editor content in https://carbon.now.sh/
Stars: ✭ 15 (-21.05%)
Mutual labels:  atom-package, atom-editor
Atom Terminal Panel
Advanced terminal interface for Atom editor
Stars: ✭ 95 (+400%)
Mutual labels:  atom-package, atom-editor
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+3847.37%)
Mutual labels:  atom-package, atom-editor
linter-terraform-syntax
terraform validate linter and formatter for atom
Stars: ✭ 19 (+0%)
Mutual labels:  atom-package, atom-editor
atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (+63.16%)
Mutual labels:  atom-package, atom-editor
atom-play-piano
In atom, piano notes are played as you code... amazing !
Stars: ✭ 29 (+52.63%)
Mutual labels:  atom-package, atom-editor
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+668.42%)
Mutual labels:  atom-package, atom-editor
Tokamak
Fusion Reactor for Rust - Atom Rust IDE
Stars: ✭ 404 (+2026.32%)
Mutual labels:  atom-package, atom-editor
jscs-fixer
Atom package to run jscs --fix on your project files
Stars: ✭ 16 (-15.79%)
Mutual labels:  atom-package, atom-editor
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+584.21%)
Mutual labels:  atom-package, atom-editor
ide-css
Atom-IDE for CSS, LESS and SCSS language
Stars: ✭ 18 (-5.26%)
Mutual labels:  atom-package, atom-editor
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+152.63%)
Mutual labels:  atom-package, atom-editor
ide-yaml
Atom-IDE support for YAML language
Stars: ✭ 16 (-15.79%)
Mutual labels:  atom-package, atom-editor
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-15.79%)
Mutual labels:  atom-package, atom-editor
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+4531.58%)
Mutual labels:  atom-package, atom-editor
Atom Elmjutsu
A bag of tricks for developing with Elm. (Atom package)
Stars: ✭ 197 (+936.84%)
Mutual labels:  atom-package
Git Blame
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
Stars: ✭ 96 (+405.26%)
Mutual labels:  atom-package
stylelint-z-index-value-constraint
Stylelint rule for setting minimum and maximum constraint value for z-index.
Stars: ✭ 18 (-5.26%)
Mutual labels:  linter-plugin

Preview

Linter-Ansible-Linting

Build Status

Linter-Ansible-Linting aims to provide functional and robust Ansible-Lint linting functionality within Atom/Pulsar.

APM (Atom) and PPM (Pulsar) Support

apm was discontinued prior to the sunset by the Atom Editor team. ppm for Pulsar does not yet support package publishing. Therefore, the installation instructions are now as follows if you want the latest version in Atom, Atom Beta, or Atom Dev:

  • Locate the Atom or Pulsar packages directory on your filesystem (normally at <home>/.{atom,pulsar}/packages)
  • Retrieve the code from this repository either via git or the Code-->Download ZIP option in Github.
  • Place the directory containing the repository's code in the Atom or Pulsar packages directory.
  • Execute npm install in the package directory (requires NPM).
  • Repeat for any missing or outdated dependencies.

and Pulsar:

  • Install the old version of the package as usual with either PPM or the GUI installer in the editor.
  • Locate the Atom or Pulsar packages directory on your filesystem (normally at <home>/.{atom,pulsar}/packages)
  • Replace the lib/main.js file in the package directory with the file located in this remote Github repository.

Additionally: 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 also be implemented (especially bug fixes). However, active development on this package has ceased.

Installation

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.

Note that at this current time the package unit tests (outside of CI which will be Atom Beta 1.61.0 for the time being) and acceptance testing are performed with the latest stable version of Pulsar.

Usage

  • This linter must be used on playbook or role task files.
  • 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.
  • Adding any one nonexistent rules directory to the custom rules directories array will cause Ansible-Lint to not function.
  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].