diff options
author | w0rp <devw0rp@gmail.com> | 2019-05-17 20:45:25 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-05-17 20:45:25 +0100 |
commit | e6745a38118068dbfe8246041de17a5f5c5bf149 (patch) | |
tree | f743d54b6f9df970d1fb8665d8d6e27f077d2f73 /doc | |
parent | e5ea809094fd1d521ac88516f5b4b6870e656f3a (diff) | |
download | ale-e6745a38118068dbfe8246041de17a5f5c5bf149.zip |
Fix #1989 - Use ESlint options for fixers too
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-development.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt index ccb41d63..16b16483 100644 --- a/doc/ale-development.txt +++ b/doc/ale-development.txt @@ -351,6 +351,7 @@ given the above setup are as follows. `GivenCommandOutput [...]` - Define output for ale#command#Run. `AssertFixer results` - Check the fixer results +`AssertFixerNotExecuted` - Check that fixers will not be executed. =============================================================================== |