#N/A: Add pyenv_no_such_command rule (#919)

This commit is contained in:
Pablo Aguiar
2019-05-27 18:23:45 +02:00
committed by Vladimir Iakovlev
parent 5efcf1019f
commit ba949f7fd9
3 changed files with 86 additions and 0 deletions
+1
View File
@@ -270,6 +270,7 @@ following rules are enabled by default:
* `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;
* `pyenv_no_such_command` – fixes wrong pyenv commands like `pyenv isntall` or `pyenv list`;
* `python_command` – prepends `python` when you try to run non-executable/without `./` python script;
* `python_execute` – appends missing `.py` when executing Python files;
* `quotation_marks` – fixes uneven usage of `'` and `"` when containing args';