#N/A Add docker_not_command rule
This commit is contained in:
@@ -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'?"*;
|
||||
|
||||
Reference in New Issue
Block a user