diff options
author | Harrison Bachrach <harrison.bachrach@gmail.com> | 2019-01-27 08:01:42 -0800 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-01-27 16:01:42 +0000 |
commit | 17a2f554e3b56411aec3f2ae4d3b0f44656870ef (patch) | |
tree | 04ed65c2015f8d6f74529e1d7bb6c8e5ee0657cb /README.md | |
parent | 08d3523962927d1360b87ac147a29a242c31e7b0 (diff) | |
download | ale-17a2f554e3b56411aec3f2ae4d3b0f44656870ef.zip |
Add initial ameba (crystal linter) support (#2174)
* Add initial ameba (crystal linter) support
Note that this depends on saved file as `ameba` does not have STDIN
support
* Fix formatting of crystal linter documentation
* Add tests for ameba executable customization
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ formatting. | CloudFormation | [cfn-python-lint](https://github.com/awslabs/cfn-python-lint) | | CMake | [cmakelint](https://github.com/richq/cmake-lint), [cmake-format](https://github.com/cheshirekow/cmake_format) | | CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) | -| Crystal | [crystal](https://crystal-lang.org/) !! | +| Crystal | [ameba](https://github.com/veelenga/ameba) !!, [crystal](https://crystal-lang.org/) !! | | CSS | [csslint](http://csslint.net/), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) | | Cucumber | [cucumber](https://cucumber.io/) | | Cython (pyrex filetype) | [cython](http://cython.org/) | |