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 /doc/ale.txt | |
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 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 2dc4cddc..006928ef 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -436,7 +436,7 @@ Notes: * CloudFormation: `cfn-python-lint` * CMake: `cmakelint`, `cmake-format` * CoffeeScript: `coffee`, `coffeelint` -* Crystal: `crystal`!! +* Crystal: `ameba`!!, `crystal`!! * CSS: `csslint`, `prettier`, `stylelint` * Cucumber: `cucumber` * Cython (pyrex filetype): `cython` |