#N/A: Add gradle_wrapper rule

This commit is contained in:
Vladimir Iakovlev
2016-08-13 19:30:46 +03:00
parent efcf7da7db
commit 21bb439d7c
3 changed files with 52 additions and 0 deletions
+1
View File
@@ -182,6 +182,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;
* `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;
* `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;
* `gulp_not_task` – fixes misspelled `gulp` tasks;