diff options
author | yasuhiroki <yasuhiroki.duck@gmail.com> | 2018-06-05 01:23:25 +0900 |
---|---|---|
committer | yasuhiroki <yasuhiroki.duck@gmail.com> | 2018-06-12 15:11:53 +0900 |
commit | ae25d71fa846df0383232d31768ff934192fe313 (patch) | |
tree | cb28acfbb280d31eb42fe6c1405b3a28edc982f1 /doc | |
parent | 22a9dcd03e3585851c48717c70c7ae7363b6e70c (diff) | |
download | ale-ae25d71fa846df0383232d31768ff934192fe313.zip |
Add linter for AWS CloudFormation template file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-cloudformation.txt | 14 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-cloudformation.txt b/doc/ale-cloudformation.txt new file mode 100644 index 00000000..59c6af06 --- /dev/null +++ b/doc/ale-cloudformation.txt @@ -0,0 +1,14 @@ +=============================================================================== +ALE CloudFormation Integration *ale-cloudformation-options* + + +=============================================================================== +cfn-python-lint *ale-cloudformation-cfn-python-lint* + +cfn-python-lint is a linter for AWS CloudFormation template file. + +https://github.com/awslabs/cfn-python-lint + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: + diff --git a/doc/ale.txt b/doc/ale.txt index 0531589c..4fe3a23a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -35,6 +35,8 @@ CONTENTS *ale-contents* foodcritic..........................|ale-chef-foodcritic| clojure...............................|ale-clojure-options| joker...............................|ale-clojure-joker| + cloudformation........................|ale-cloudformation-options| + cfn-python-lint.....................|ale-cloudformation-cfn-python-lint| cmake.................................|ale-cmake-options| cmakelint...........................|ale-cmake-cmakelint| cpp...................................|ale-cpp-options| @@ -325,6 +327,7 @@ Notes: * C#: `mcs`, `mcsc`!! * Chef: `foodcritic` * Clojure: `joker` +* CloudFormation: `cfn-python-lint` * CMake: `cmakelint` * CoffeeScript: `coffee`, `coffeelint` * Crystal: `crystal`!! |