summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-05-17 20:45:25 +0100
committerw0rp <devw0rp@gmail.com>2019-05-17 20:45:25 +0100
commite6745a38118068dbfe8246041de17a5f5c5bf149 (patch)
treef743d54b6f9df970d1fb8665d8d6e27f077d2f73 /doc
parente5ea809094fd1d521ac88516f5b4b6870e656f3a (diff)
downloadale-e6745a38118068dbfe8246041de17a5f5c5bf149.zip
Fix #1989 - Use ESlint options for fixers too
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-development.txt1
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.
===============================================================================