diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-04-21 09:23:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-21 09:23:07 +0100 |
commit | 20241c87ef9f033e2ac2f44f5bb99af358ab44b2 (patch) | |
tree | 537bc0e0174af27d4ab415708b24ae437a86ebf1 /doc | |
parent | 63bbb38c0ce9237b17acbfc29f192a0656c62677 (diff) | |
parent | 1e6651e0a0039185d63ebe4f26f04937e82207fb (diff) | |
download | ale-20241c87ef9f033e2ac2f44f5bb99af358ab44b2.zip |
Merge pull request #1511 from elebow/add-cucumber-checker
Add `cucumber` checker for Cucumber files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 59313116..929fcf55 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -322,6 +322,7 @@ Notes: * CoffeeScript: `coffee`, `coffeelint` * Crystal: `crystal`!! * CSS: `csslint`, `prettier`, `stylelint` +* Cucumber: `cucumber` * Cython (pyrex filetype): `cython` * D: `dmd` * Dafny: `dafny`!! |