#N/A: Add fab_command_not_found rule

This commit is contained in:
Vladimir Iakovlev
2016-08-13 16:10:12 +03:00
parent ca787a1cba
commit 065b350ada
3 changed files with 87 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `django_south_merge` – adds `--merge` to inconsistent django south migration;
* `docker_not_command` – fixes wrong docker commands like `docker tags`;
* `dry` – fixes repetitions like `git git push`;
* `fab_command_not_found` – fix misspelled fabric commands;
* `fix_alt_space` – replaces Alt+Space with Space character;
* `fix_file` – opens a file with an error in your `$EDITOR`;
* `git_add` – fixes *"pathspec 'foo' did not match any file(s) known to git."*;