#511: Add ln_s_order rule

This commit is contained in:
nvbn
2016-06-28 03:00:00 +03:00
parent 5866ea8433
commit f773b57bea
5 changed files with 70 additions and 2 deletions
+1
View File
@@ -191,6 +191,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `javac` – appends missing `.java` when compiling Java files;
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`;
* `ln_no_hard_link` – catches hard link creation on directories, suggest symbolic link;
* `ln_s_order` – fixes `ln -s` arguments order;
* `ls_lah` – adds `-lah` to `ls`;
* `man` – changes manual section;
* `man_no_space` – fixes man commands without spaces, for example `mandiff`;