From 335a1341664127258274cc2a096a677c582d1ac0 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 8 May 2017 14:49:23 -0700 Subject: [PATCH] fixed validation rule --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e1f178cb..cca0aebd 100644 --- a/README.rst +++ b/README.rst @@ -309,7 +309,7 @@ the recipe: * The package must have a registered bundle in the manifest if type is "symfony-bundle"; * The package does not only register a bundle for all environments; * All text files should end with a newline; -* All file names should use the underscore notation; +* All configuration file names under `etc` should use the underscore notation; * The Symfony website must be referenced using HTTPs. Full Example