Docker login (#894)

* Add docker_login rule

* Add docker_login rule

* Whitespace fix

* Fix typo in test case

* Fix typo in test case

* Add test cases
This commit is contained in:
Inga Feick
2019-04-04 00:01:14 +02:00
committed by Vladimir Iakovlev
parent 1208faaabb
commit 828ae537da
3 changed files with 50 additions and 0 deletions
+1
View File
@@ -190,6 +190,7 @@ following rules are enabled by default:
* `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_login` – executes a `docker login` and repeats the previous command;
* `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;