Skip to content

Commit

Permalink
fix(tests): avoid error in linter commands
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Jul 1, 2024
1 parent a3f5afc commit 06da662
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test.container: ## Lint the symfony container
${CONSOLE} lint:container

test.yaml: ## Lint the symfony Yaml files
${CONSOLE} lint:yaml ../../recipes ../../src/Resources/config
${CONSOLE} lint:yaml ../../src/Resources/config

test.schema: ## Validate MySQL Schema
${CONSOLE} doctrine:schema:validate
Expand Down
Empty file added src/Resources/views/.gitignore
Empty file.

0 comments on commit 06da662

Please sign in to comment.