#320 Add the fix_file rule

This commit is contained in:
mcarton
2015-07-29 16:05:46 +02:00
parent 4fc18cb4e7
commit e4b97af73e
3 changed files with 229 additions and 0 deletions
+1
View File
@@ -146,6 +146,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `docker_not_command` – fixes wrong docker commands like `docker tags`;
* `dry` – fixes repetitions like `git git push`;
* `fix_alt_space` – replaces Alt+Space with Space character;
* `fix_file` – opens a file with an error in your `$EDITOR`;
* `git_add` – fixes *"Did you forget to 'git add'?"*;
* `git_branch_delete` – changes `git branch -d` to `git branch -D`;
* `git_branch_list` – catches `git branch list` in place of `git branch` and removes created branch;