File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ Validation
293
293
When submitting a recipe, several checks are automatically executed to validate
294
294
the recipe:
295
295
296
- * YAML files suffix must be `.yaml `, not `.yml `;
296
+ * YAML files suffix must be `` .yaml `` , not `` .yml ` `;
297
297
* YAML files must be valid;
298
298
* YAML files must use 4 space indentations;
299
299
* JSON files must be valid;
@@ -309,7 +309,7 @@ the recipe:
309
309
* The package must have a registered bundle in the manifest if type is "symfony-bundle";
310
310
* The package does not only register a bundle for all environments;
311
311
* All text files should end with a newline;
312
- * All configuration file names under `etc ` should use the underscore notation;
312
+ * All configuration file names under `` etc ` ` should use the underscore notation;
313
313
* The Symfony website must be referenced using HTTPs.
314
314
315
315
Full Example
You can’t perform that action at this time.
0 commit comments