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 /README.md | |
parent | 22a9dcd03e3585851c48717c70c7ae7363b6e70c (diff) | |
download | ale-ae25d71fa846df0383232d31768ff934192fe313.zip |
Add linter for AWS CloudFormation template file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ formatting. | C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) see:`help ale-cs-mcs` for details, [mcsc](http://www.mono-project.com/docs/about-mono/languages/csharp/) !! see:`help ale-cs-mcsc` for details and configuration| | Chef | [foodcritic](http://www.foodcritic.io/) | | Clojure | [joker](https://github.com/candid82/joker) | +| CloudFormation | [cfn-python-lint](https://github.com/awslabs/cfn-python-lint) | | CMake | [cmakelint](https://github.com/richq/cmake-lint) | | CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) | | Crystal | [crystal](https://crystal-lang.org/) !! | |