#N/A Add gulp_not_task rule

This commit is contained in:
nvbn
2015-07-24 00:47:57 +03:00
parent 469c5a60b0
commit b15bc8c423
3 changed files with 51 additions and 0 deletions
+1
View File
@@ -158,6 +158,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `git_stash` – stashes you local modifications before rebasing or switching branch;
* `go_run` – appends `.go` extension when compiling/running Go programs
* `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;
* `heroku_no_command` – fixes wrong `heroku` commands like `heroku log`;
* `history` – tries to replace command with most similar command from history;