From eb6d9bbcd31e008bfb44d17ae0f1fe09f712e87c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 8 May 2017 14:19:57 -0700 Subject: [PATCH] added new validation rules --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index fc4f6774..e1f178cb 100644 --- a/README.rst +++ b/README.rst @@ -308,6 +308,8 @@ the recipe: * The package must be of type "symfony-bundle" if a bundle is registered in the manifest; * 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; * The Symfony website must be referenced using HTTPs. Full Example