summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarrison Bachrach <harrison.bachrach@gmail.com>2019-01-27 08:01:42 -0800
committerw0rp <w0rp@users.noreply.github.com>2019-01-27 16:01:42 +0000
commit17a2f554e3b56411aec3f2ae4d3b0f44656870ef (patch)
tree04ed65c2015f8d6f74529e1d7bb6c8e5ee0657cb /README.md
parent08d3523962927d1360b87ac147a29a242c31e7b0 (diff)
downloadale-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4612371d..03173c91 100644
--- a/README.md
+++ b/README.md
@@ -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/) |