diff options
author | w0rp <devw0rp@gmail.com> | 2016-09-15 20:20:41 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-09-15 20:20:41 +0100 |
commit | 8cc28cdfbd34dd76bd1cd392747c266be7833494 (patch) | |
tree | c136f8753293246f8d837607268250eab41c8820 /README.md | |
parent | d3047c9cf643cb80418b394c6cf16bc9dcec916d (diff) | |
download | ale-8cc28cdfbd34dd76bd1cd392747c266be7833494.zip |
Add support for Bash and other shells. Add support for reading from stderr, and for generating the executable from functions. Both were needed to support shell linting.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ follow later. | Language | Tools | | -------- | ----- | +| Bash | -n flag | +| Bourne Shell | -n flag | | JavaScript | [eslint](http://eslint.org/) | | Python | [flake8](http://flake8.pycqa.org/en/latest/) | |