#N/A: Add grunt_task_not_found rule

This commit is contained in:
Vladimir Iakovlev
2016-08-13 21:13:05 +03:00
parent a2693bd737
commit 844d3af8ae
4 changed files with 168 additions and 3 deletions
+1
View File
@@ -186,6 +186,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `gradle_wrapper` – replaces `gradle` with `./gradlew`;
* `grep_arguments_order` – fixes grep arguments order for situations like `grep -lir . test`;
* `grep_recursive` – adds `-r` when you trying to `grep` directory;
* `grunt_task_not_found` – fixes misspelled `grunt` commands;
* `gulp_not_task` – fixes misspelled `gulp` tasks;
* `has_exists_script` – prepends `./` when script/binary exists;
* `heroku_not_command` – fixes wrong `heroku` commands like `heroku log`;