diff options
author | Derek P Sifford <dereksifford@gmail.com> | 2018-10-23 21:20:03 -0400 |
---|---|---|
committer | Derek P Sifford <dereksifford@gmail.com> | 2018-10-23 21:20:03 -0400 |
commit | 395cabc22a2ffd71ab0ed288d9de8651afacfbf1 (patch) | |
tree | 4ee62e09f83cd92622037f9730661fffd12f52b5 | |
parent | 90695c5082ff4b73ee05579ac0a1ecfecd1159fb (diff) | |
download | ale-395cabc22a2ffd71ab0ed288d9de8651afacfbf1.zip |
fix failed test
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d6b280b0..38fbbfab 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -420,6 +420,7 @@ Notes: * Haml: `haml-lint` * Handlebars: `ember-template-lint` * Haskell: `brittany`, `ghc`, `cabal-ghc`, `stylish-haskell`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `hlint`, `hdevtools`, `hfmt`, `hie` +* HCL: `terraform-fmt` * HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `write-good` * Idris: `idris` * Java: `checkstyle`, `javac`, `google-java-format`, `PMD`, `javalsp`, `uncrustify` @@ -471,7 +472,7 @@ Notes: * SQL: `sqlint`, `sqlfmt` * Swift: `swiftlint`, `swiftformat` * Tcl: `nagelfar`!! -* Terraform: `tflint` +* Terraform: `fmt`, `tflint` * Texinfo: `alex`!!, `proselint`, `write-good` * Text^: `alex`!!, `proselint`, `redpen`, `textlint`, `vale`, `write-good` * Thrift: `thrift` |