From 9ea56c3fcfc15aedcf43a34353d4544f04148a2f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 25 May 2017 19:06:36 +0200 Subject: [PATCH] added a new validation rule --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8ceaec1c..450cf6b8 100644 --- a/README.rst +++ b/README.rst @@ -277,6 +277,7 @@ the recipe: * YAML files suffix must be ``.yaml``, not ``.yml``; * YAML files must be valid; * YAML files must use 4 space indentations; +* YAML files under etc/packages must not define a "parameters" section; * JSON files must be valid; * JSON files must use 4 space indentations; * Aliases are only supported in the main repository, not the contrib one;