#N/A Add docker_not_command rule

This commit is contained in:
nvbn
2015-07-24 00:12:29 +03:00
parent b5f2d0afb5
commit f9f0948349
3 changed files with 158 additions and 0 deletions
+1
View File
@@ -141,6 +141,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `cpp11` – adds missing `-std=c++11` to `g++` or `clang++`;
* `django_south_ghost` – adds `--delete-ghost-migrations` to failed because ghosts django south migration;
* `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`;
* `fix_alt_space` – replaces Alt+Space with Space character;
* `git_add` – fixes *"Did you forget to 'git add'?"*;