Hugo van Kemenade
2021-11-23 15:45:46 +02:00
committed by Pablo Santiago Blum de Aguiar
parent 1a242c7daa
commit 5f562a185c
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ following rules are enabled by default:
* `systemctl` – correctly orders parameters of confusing `systemctl`;
* `terraform_init.py` – run `terraform init` before plan or apply;
* `terraform_no_command.py` – fixes unrecognized `terraform` commands;
* `test.py` – runs `py.test` instead of `test.py`;
* `test.py` – runs `pytest` instead of `test.py`;
* `touch` – creates missing directories before "touching";
* `tsuru_login` – runs `tsuru login` if not authenticated or session expired;
* `tsuru_not_command` – fixes wrong `tsuru` commands like `tsuru shell`;