From 0967338d4d43c87ac5741fee133aeb706f448d72 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 12 May 2017 14:19:57 -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 dcc2e4b6..f2aeeff6 100644 --- a/README.rst +++ b/README.rst @@ -297,6 +297,7 @@ the recipe: * YAML files must be valid; * YAML files must use 4 space indentations; * JSON files must be valid; +* JSON files must use 4 space indentations; * Aliases are only supported in the main repository, not the contrib one; * Aliases must not be already defined by another package; * All versions listed in `version_aliases` and the main version should be valid;