diff --git a/README.md b/README.md index 38f08a26..befdfc6c 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `composer_not_command` – fixes composer command name; * `cp_omitting_directory` – adds `-a` when you `cp` directory; * `cpp11` – adds missing `-std=c++11` to `g++` or `clang++`; +* `dirty_untar` – fixes `tar x` command that untarred in the current directory; +* `dirty_unzip` – fixes `unzip` command that unzipped in the current directory; * `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`;