Add rule for django south ghost migrations

This commit is contained in:
nvbn
2015-05-21 00:49:56 +03:00
parent f986df23d5
commit e7d7b80c09
3 changed files with 62 additions and 0 deletions
+1
View File
@@ -152,6 +152,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `cp_omitting_directory` – adds `-a` when you `cp` directory;
* `cpp11` – add missing `-std=c++11` to `g++` or `clang++`;
* `dry` – fix repetitions like "git git push";
* `django_south_ghost` – adds `--delete-ghost-migrations` to failed because ghosts django south migration;
* `fix_alt_space` – replaces Alt+Space with Space character;
* `git_add` – fix *"Did you forget to 'git add'?"*;
* `git_checkout` – creates the branch before checking-out;