#N/A: Add grep_arguments_order rule

This commit is contained in:
nvbn
2016-02-08 11:04:19 +03:00
parent bbfd53d718
commit 4f95b3365a
3 changed files with 65 additions and 1 deletions
+2 -1
View File
@@ -168,7 +168,8 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `git_push_pull` – runs `git pull` when `push` was rejected;
* `git_stash` – stashes you local modifications before rebasing or switching branch;
* `git_two_dashes` – adds a missing dash to commands like `git commit -amend` or `git rebase -continue`;
* `go_run` – appends `.go` extension when compiling/running Go programs
* `go_run` – appends `.go` extension when compiling/running Go programs;
* `grep_arguments_order` – fixes grep arguments order for situations like `grep -lir . test`;
* `grep_recursive` – adds `-r` when you trying to `grep` directory;
* `gulp_not_task` – fixes misspelled `gulp` tasks;
* `has_exists_script` – prepends `./` when script/binary exists;