mirror of https://github.com/dense-analysis/ale
#2547 Add a cfn-lint alias for cloudformation
This commit is contained in:
parent
1457e54528
commit
c747c277c2
|
@ -29,6 +29,7 @@ endfunction
|
|||
|
||||
call ale#linter#Define('cloudformation', {
|
||||
\ 'name': 'cloudformation',
|
||||
\ 'aliases': ['cfn-lint'],
|
||||
\ 'executable': 'cfn-lint',
|
||||
\ 'command': 'cfn-lint --template %t --format parseable',
|
||||
\ 'callback': 'ale_linters#cloudformation#cfn_python_lint#Handle',
|
||||
|
|
Loading…
Reference in New Issue