#N/A: Add pyenv_no_such_command rule (#919)
This commit is contained in:
committed by
Vladimir Iakovlev
parent
5efcf1019f
commit
ba949f7fd9
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user