mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-04 13:56:56 +08:00
Merge pull request #2015 from dsifford/dsifford-terraform
add terraform fmt fixer for terraform and hcl filetypes
This commit is contained in:
@@ -133,6 +133,7 @@ formatting.
|
|||||||
| Haml | [haml-lint](https://github.com/brigade/haml-lint) |
|
| Haml | [haml-lint](https://github.com/brigade/haml-lint) |
|
||||||
| Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) |
|
| Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) |
|
||||||
| Haskell | [brittany](https://github.com/lspitzner/brittany), [ghc](https://www.haskell.org/ghc/), [cabal-ghc](https://www.haskell.org/cabal/), [stylish-haskell](https://github.com/jaspervdj/stylish-haskell), [stack-ghc](https://haskellstack.org/), [stack-build](https://haskellstack.org/) !!, [ghc-mod](https://github.com/DanielG/ghc-mod), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools), [hfmt](https://github.com/danstiner/hfmt), [hie](https://github.com/haskell/haskell-ide-engine) |
|
| Haskell | [brittany](https://github.com/lspitzner/brittany), [ghc](https://www.haskell.org/ghc/), [cabal-ghc](https://www.haskell.org/cabal/), [stylish-haskell](https://github.com/jaspervdj/stylish-haskell), [stack-ghc](https://haskellstack.org/), [stack-build](https://haskellstack.org/) !!, [ghc-mod](https://github.com/DanielG/ghc-mod), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools), [hfmt](https://github.com/danstiner/hfmt), [hie](https://github.com/haskell/haskell-ide-engine) |
|
||||||
|
| HCL | [terraform-fmt](https://github.com/hashicorp/terraform) |
|
||||||
| HTML | [alex](https://github.com/wooorm/alex) !!, [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/), [write-good](https://github.com/btford/write-good) |
|
| HTML | [alex](https://github.com/wooorm/alex) !!, [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/), [write-good](https://github.com/btford/write-good) |
|
||||||
| Idris | [idris](http://www.idris-lang.org/) |
|
| Idris | [idris](http://www.idris-lang.org/) |
|
||||||
| Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html), [google-java-format](https://github.com/google/google-java-format), [PMD](https://pmd.github.io/), [javalsp](https://github.com/georgewfraser/vscode-javac), [uncrustify](https://github.com/uncrustify/uncrustify) |
|
| Java | [checkstyle](http://checkstyle.sourceforge.net), [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html), [google-java-format](https://github.com/google/google-java-format), [PMD](https://pmd.github.io/), [javalsp](https://github.com/georgewfraser/vscode-javac), [uncrustify](https://github.com/uncrustify/uncrustify) |
|
||||||
@@ -184,7 +185,7 @@ formatting.
|
|||||||
| SQL | [sqlint](https://github.com/purcell/sqlint), [sqlfmt](https://github.com/jackc/sqlfmt) |
|
| SQL | [sqlint](https://github.com/purcell/sqlint), [sqlfmt](https://github.com/jackc/sqlfmt) |
|
||||||
| Swift | [swiftlint](https://github.com/realm/SwiftLint), [swiftformat](https://github.com/nicklockwood/SwiftFormat) |
|
| Swift | [swiftlint](https://github.com/realm/SwiftLint), [swiftformat](https://github.com/nicklockwood/SwiftFormat) |
|
||||||
| Tcl | [nagelfar](http://nagelfar.sourceforge.net) !! |
|
| Tcl | [nagelfar](http://nagelfar.sourceforge.net) !! |
|
||||||
| Terraform | [tflint](https://github.com/wata727/tflint) |
|
| Terraform | [fmt](https://github.com/hashicorp/terraform), [tflint](https://github.com/wata727/tflint) |
|
||||||
| Texinfo | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good)|
|
| Texinfo | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good)|
|
||||||
| Text^ | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [redpen](http://redpen.cc/), [textlint](https://textlint.github.io/), [vale](https://github.com/ValeLint/vale), [write-good](https://github.com/btford/write-good) |
|
| Text^ | [alex](https://github.com/wooorm/alex) !!, [proselint](http://proselint.com/), [redpen](http://redpen.cc/), [textlint](https://textlint.github.io/), [vale](https://github.com/ValeLint/vale), [write-good](https://github.com/btford/write-good) |
|
||||||
| Thrift | [thrift](http://thrift.apache.org/) |
|
| Thrift | [thrift](http://thrift.apache.org/) |
|
||||||
|
|||||||
@@ -250,6 +250,11 @@ let s:default_registry = {
|
|||||||
\ 'suggested_filetypes': ['c', 'cpp', 'cs', 'objc', 'objcpp', 'd', 'java', 'p', 'vala' ],
|
\ 'suggested_filetypes': ['c', 'cpp', 'cs', 'objc', 'objcpp', 'd', 'java', 'p', 'vala' ],
|
||||||
\ 'description': 'Fix C, C++, C#, ObjectiveC, ObjectiveC++, D, Java, Pawn, and VALA files with uncrustify.',
|
\ 'description': 'Fix C, C++, C#, ObjectiveC, ObjectiveC++, D, Java, Pawn, and VALA files with uncrustify.',
|
||||||
\ },
|
\ },
|
||||||
|
\ 'terraform': {
|
||||||
|
\ 'function': 'ale#fixers#terraform#Fix',
|
||||||
|
\ 'suggested_filetypes': ['hcl', 'terraform'],
|
||||||
|
\ 'description': 'Fix tf and hcl files with terraform fmt.',
|
||||||
|
\ },
|
||||||
\}
|
\}
|
||||||
|
|
||||||
" Reset the function registry to the default entries.
|
" Reset the function registry to the default entries.
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
" Author: dsifford <dereksifford@gmail.com>
|
||||||
|
" Description: Fixer for terraform and .hcl files
|
||||||
|
|
||||||
|
call ale#Set('terraform_fmt_executable', 'terraform')
|
||||||
|
call ale#Set('terraform_fmt_options', '')
|
||||||
|
|
||||||
|
function! ale#fixers#terraform#Fix(buffer) abort
|
||||||
|
let l:executable = ale#Var(a:buffer, 'terraform_fmt_executable')
|
||||||
|
let l:options = ale#Var(a:buffer, 'terraform_fmt_options')
|
||||||
|
|
||||||
|
return {
|
||||||
|
\ 'command': ale#Escape(l:executable)
|
||||||
|
\ . ' fmt'
|
||||||
|
\ . (empty(l:options) ? '' : ' ' . l:options)
|
||||||
|
\ . ' -'
|
||||||
|
\}
|
||||||
|
endfunction
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
===============================================================================
|
||||||
|
ALE HCL Integration *ale-hcl-options*
|
||||||
|
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
terraform-fmt *ale-hcl-terraform-fmt*
|
||||||
|
|
||||||
|
See |ale-terraform-fmt| for information about the available options.
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||||
@@ -2,6 +2,24 @@
|
|||||||
ALE Terraform Integration *ale-terraform-options*
|
ALE Terraform Integration *ale-terraform-options*
|
||||||
|
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
fmt *ale-terraform-fmt*
|
||||||
|
|
||||||
|
g:ale_terraform_fmt_executable *g:ale_terraform_fmt_executable*
|
||||||
|
*b:ale_terraform_fmt_executable*
|
||||||
|
|
||||||
|
Type: |String|
|
||||||
|
Default: `'terraform'`
|
||||||
|
|
||||||
|
This variable can be changed to use a different executable for terraform.
|
||||||
|
|
||||||
|
|
||||||
|
g:ale_terraform_fmt_options *g:ale_terraform_fmt_options*
|
||||||
|
*b:ale_terraform_fmt_options*
|
||||||
|
Type: |String|
|
||||||
|
Default: `''`
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
tflint *ale-terraform-tflint*
|
tflint *ale-terraform-tflint*
|
||||||
|
|
||||||
|
|||||||
+5
-1
@@ -129,6 +129,8 @@ CONTENTS *ale-contents*
|
|||||||
stack-build.........................|ale-haskell-stack-build|
|
stack-build.........................|ale-haskell-stack-build|
|
||||||
stylish-haskell.....................|ale-haskell-stylish-haskell|
|
stylish-haskell.....................|ale-haskell-stylish-haskell|
|
||||||
hie.................................|ale-haskell-hie|
|
hie.................................|ale-haskell-hie|
|
||||||
|
hcl...................................|ale-hcl-options|
|
||||||
|
terraform-fmt.......................|ale-hcl-terraform-fmt|
|
||||||
html..................................|ale-html-options|
|
html..................................|ale-html-options|
|
||||||
htmlhint............................|ale-html-htmlhint|
|
htmlhint............................|ale-html-htmlhint|
|
||||||
tidy................................|ale-html-tidy|
|
tidy................................|ale-html-tidy|
|
||||||
@@ -297,6 +299,7 @@ CONTENTS *ale-contents*
|
|||||||
tcl...................................|ale-tcl-options|
|
tcl...................................|ale-tcl-options|
|
||||||
nagelfar............................|ale-tcl-nagelfar|
|
nagelfar............................|ale-tcl-nagelfar|
|
||||||
terraform.............................|ale-terraform-options|
|
terraform.............................|ale-terraform-options|
|
||||||
|
fmt.................................|ale-terraform-fmt|
|
||||||
tflint..............................|ale-terraform-tflint|
|
tflint..............................|ale-terraform-tflint|
|
||||||
tex...................................|ale-tex-options|
|
tex...................................|ale-tex-options|
|
||||||
chktex..............................|ale-tex-chktex|
|
chktex..............................|ale-tex-chktex|
|
||||||
@@ -417,6 +420,7 @@ Notes:
|
|||||||
* Haml: `haml-lint`
|
* Haml: `haml-lint`
|
||||||
* Handlebars: `ember-template-lint`
|
* Handlebars: `ember-template-lint`
|
||||||
* Haskell: `brittany`, `ghc`, `cabal-ghc`, `stylish-haskell`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `hlint`, `hdevtools`, `hfmt`, `hie`
|
* 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`
|
* HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `write-good`
|
||||||
* Idris: `idris`
|
* Idris: `idris`
|
||||||
* Java: `checkstyle`, `javac`, `google-java-format`, `PMD`, `javalsp`, `uncrustify`
|
* Java: `checkstyle`, `javac`, `google-java-format`, `PMD`, `javalsp`, `uncrustify`
|
||||||
@@ -468,7 +472,7 @@ Notes:
|
|||||||
* SQL: `sqlint`, `sqlfmt`
|
* SQL: `sqlint`, `sqlfmt`
|
||||||
* Swift: `swiftlint`, `swiftformat`
|
* Swift: `swiftlint`, `swiftformat`
|
||||||
* Tcl: `nagelfar`!!
|
* Tcl: `nagelfar`!!
|
||||||
* Terraform: `tflint`
|
* Terraform: `fmt`, `tflint`
|
||||||
* Texinfo: `alex`!!, `proselint`, `write-good`
|
* Texinfo: `alex`!!, `proselint`, `write-good`
|
||||||
* Text^: `alex`!!, `proselint`, `redpen`, `textlint`, `vale`, `write-good`
|
* Text^: `alex`!!, `proselint`, `redpen`, `textlint`, `vale`, `write-good`
|
||||||
* Thrift: `thrift`
|
* Thrift: `thrift`
|
||||||
|
|||||||
@@ -0,0 +1,34 @@
|
|||||||
|
Before:
|
||||||
|
Save g:ale_terraform_fmt_executable
|
||||||
|
Save g:ale_terraform_fmt_options
|
||||||
|
|
||||||
|
" Use an invalid global executable, so we don't match it.
|
||||||
|
let g:ale_terraform_fmt_executable = 'xxxinvalid'
|
||||||
|
let g:ale_terraform_fmt_options = ''
|
||||||
|
|
||||||
|
call ale#test#SetDirectory('/testplugin/test/fixers')
|
||||||
|
|
||||||
|
After:
|
||||||
|
Restore
|
||||||
|
|
||||||
|
call ale#test#RestoreDirectory()
|
||||||
|
|
||||||
|
Execute(The terraform fmt callback should return the correct default values):
|
||||||
|
|
||||||
|
AssertEqual
|
||||||
|
\ {
|
||||||
|
\ 'command': ale#Escape('xxxinvalid') . ' fmt -',
|
||||||
|
\ },
|
||||||
|
\ ale#fixers#terraform#Fix(bufnr(''))
|
||||||
|
|
||||||
|
Execute(The terraform fmt callback should include custom options):
|
||||||
|
let g:ale_terraform_fmt_options = "-list=true"
|
||||||
|
|
||||||
|
AssertEqual
|
||||||
|
\ {
|
||||||
|
\ 'command': ale#Escape('xxxinvalid')
|
||||||
|
\ . ' fmt'
|
||||||
|
\ . ' ' . g:ale_terraform_fmt_options
|
||||||
|
\ . ' -',
|
||||||
|
\ },
|
||||||
|
\ ale#fixers#terraform#Fix(bufnr(''))
|
||||||
Reference in New Issue
Block a user