mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
#2547 Add a cfn-lint alias for cloudformation
This commit is contained in:
@@ -29,6 +29,7 @@ endfunction
|
|||||||
|
|
||||||
call ale#linter#Define('cloudformation', {
|
call ale#linter#Define('cloudformation', {
|
||||||
\ 'name': 'cloudformation',
|
\ 'name': 'cloudformation',
|
||||||
|
\ 'aliases': ['cfn-lint'],
|
||||||
\ 'executable': 'cfn-lint',
|
\ 'executable': 'cfn-lint',
|
||||||
\ 'command': 'cfn-lint --template %t --format parseable',
|
\ 'command': 'cfn-lint --template %t --format parseable',
|
||||||
\ 'callback': 'ale_linters#cloudformation#cfn_python_lint#Handle',
|
\ 'callback': 'ale_linters#cloudformation#cfn_python_lint#Handle',
|
||||||
|
|||||||
Reference in New Issue
Block a user