#N/A: Add prove_recursively rule

This commit is contained in:
Vladimir Iakovlev
2017-10-15 15:51:09 +02:00
parent e658f35bd9
commit a906a751c8
3 changed files with 68 additions and 0 deletions
+1
View File
@@ -244,6 +244,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `pip_unknown_command` – fixes wrong `pip` commands, for example `pip instatl/pip install`;
* `php_s` – replaces `-s` by `-S` when trying to run a local php server;
* `port_already_in_use` – kills process that bound port;
* `prove_recursively` – adds `-r` when called with directory;
* `python_command` – prepends `python` when you trying to run not executable/without `./` python script;
* `python_execute` – appends missing `.py` when executing Python files;
* `quotation_marks` – fixes uneven usage of `'` and `"` when containing args';