diff options
author | Eddie Lebow <elebow@users.noreply.github.com> | 2018-04-17 00:29:13 -0400 |
---|---|---|
committer | Eddie Lebow <elebow@users.noreply.github.com> | 2018-04-20 22:54:29 -0400 |
commit | 1e6651e0a0039185d63ebe4f26f04937e82207fb (patch) | |
tree | 03eb2190fb4eed1c7a2cfc73cc7080e885fc963f /doc/ale.txt | |
parent | fb720251bf38139c1811665852e1bc2f73d0393f (diff) | |
download | ale-1e6651e0a0039185d63ebe4f26f04937e82207fb.zip |
Add cucumber checker for cucumber files
For now, it only detects undefined steps. The nearest `features` dir
above the buffer file is loaded, so step definitions should be found
correctly.
Tested only with Cucumber for Ruby, but it should work for any cucumber
that follows a substantially similar directory structure.
Diffstat (limited to 'doc/ale.txt')
-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 0757101e..3355e707 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`!! |