Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hcl mode] Add an HCL mode. #5347

Closed
wants to merge 4 commits into from
Closed

[hcl mode] Add an HCL mode. #5347

wants to merge 4 commits into from

Commits on Apr 5, 2018

  1. [hcl] Add an HCL mode.

    The HashiCorp Configuration Language (HCL) is used by a number of
    HashiCorp projects, most notably Terraform.
    
    HCL: https://github.com/hashicorp/hcl
    Terraform: https://www.terraform.io/
    octo committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    0bedc8e View commit details
    Browse the repository at this point in the history
  2. [hcl] Replace the ECMAScript 6 keywords "const" and "let" with "var".

    The linter appears to use version 5 for modes.
    octo committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    511cba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6a5e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f9c6d6 View commit details
    Browse the repository at this point in the history