All Projects → mschuchard → linter-terraform-syntax

mschuchard / linter-terraform-syntax

Licence: MIT license
terraform validate linter and formatter for atom

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to linter-terraform-syntax

linter-ansible-linting
ansible-lint linter for atom
Stars: ✭ 19 (+0%)
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
ide-yaml
Atom-IDE support for YAML language
Stars: ✭ 16 (-15.79%)
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 Terminal Panel
Advanced terminal interface for Atom editor
Stars: ✭ 95 (+400%)
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
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+3847.37%)
Mutual labels:  atom-package, atom-editor
Tokamak
Fusion Reactor for Rust - Atom Rust IDE
Stars: ✭ 404 (+2026.32%)
Mutual labels:  atom-package, atom-editor
Atom I18n
:atom: One Atom i18n Package for Any Locale 🌏 🌎 🌍
Stars: ✭ 56 (+194.74%)
Mutual labels:  atom-package, atom-editor
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+4531.58%)
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
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
atom-ide-crystal
Crystal IDE package for Atom using the Scry Language Server
Stars: ✭ 24 (+26.32%)
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
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
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+668.42%)
Mutual labels:  atom-package, atom-editor
apio-ide
🌱 Experimental open FPGA IDE using Atom and Apio
Stars: ✭ 82 (+331.58%)
Mutual labels:  atom-package
RebelChat
Rebel Chat 💬 - is a modern way to keep in touch with any team, and keep your messaging under control right in your editor.
Stars: ✭ 19 (+0%)
Mutual labels:  atom-editor
elm-lint
elm-lint lints Elm source code, to add additional guarantees to your project.
Stars: ✭ 27 (+42.11%)
Mutual labels:  linter

Preview

Linter-Terraform-Syntax

Build Status

Linter-Terraform-Syntax aims to provide functional and robust terraform validate linting and fmt formatting functionality within Atom.

Atom Editor Sunset Updates

apm was discontinued prior to the sunset by the Atom Editor team. Therefore, the installation instructions are now as follows:

  • Locate the Atom packages directory on your filesystem (normally at <home>/.atom/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 packages directory.
  • Execute npm install in the package directory.

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. However, active development on this package has ceased.

Installation

Terraform >= 0.12 is required to be installed (five most recent minor versions are officially supported; check CI matrix) before using this (downgrade to 1.4.1 for 0.11 support). The Linter and Language-Terraform Atom packages are also required.

Usage

  • 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 this will not work on directory issues since a directory cannot be opened in a pane.
  • Support for linting with plan was removed in version 1.6.0. Please downgrade to 1.5.1 if you wish to continue linting with plan.
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].