#579: Add missing_space_before_subcommand rule

This commit is contained in:
Vladimir Iakovlev
2017-03-13 22:21:34 +01:00
parent 14a9cd85aa
commit 2315929875
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -220,6 +220,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `man` – changes manual section;
* `man_no_space` – fixes man commands without spaces, for example `mandiff`;
* `mercurial` – fixes wrong `hg` commands;
* `missing_space_before_subcommand` – fixes command with missing space like `npminstall`;
* `mkdir_p` – adds `-p` when you trying to create directory without parent;
* `mvn_no_command` – adds `clean package` to `mvn`;
* `mvn_unknown_lifecycle_phase` – fixes misspelled lifecycle phases with `mvn`;