diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-06-17 20:39:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-17 20:39:07 +0100 |
commit | 24fe1953110455f7f3305db2a8e5abc2aa6821af (patch) | |
tree | 6813c12fe86cebd9c696e1537455e702c404ac8f /doc/ale-cloudformation.txt | |
parent | 49a5d657eedbb1b3b0d8bb5697cee693378b5972 (diff) | |
parent | eabf5d55d69131c8a3f5ba50d3c15b36cde1f9e6 (diff) | |
download | ale-24fe1953110455f7f3305db2a8e5abc2aa6821af.zip |
Merge pull request #1650 from yasuhiroki/support-cfn-python-lint
Add linter for AWS CloudFormation template file
Diffstat (limited to 'doc/ale-cloudformation.txt')
-rw-r--r-- | doc/ale-cloudformation.txt | 14 |
1 files changed, 14 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: + |