From 4484258e46e6b9aa0c124d28e46350c9fb59ff6a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 8 May 2017 10:47:08 -0700 Subject: [PATCH] added a new validation rule --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 717f7b97..fc4f6774 100644 --- a/README.rst +++ b/README.rst @@ -295,6 +295,7 @@ the recipe: * YAML files suffix must be `.yaml`, not `.yml`; * YAML files must be valid; +* YAML files must use 4 space indentations; * JSON files must be valid; * Aliases are only supported in the main repository, not the contrib one; * Aliases must not be already defined by another package;