Skip to content

Commit

Permalink
Adjust tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 19, 2024
1 parent d8c9dc2 commit 7703926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$finder = (new PhpCsFixer\Finder())
->in(__DIR__)
->ignoreDotFiles(false)
->exclude('var/')
->exclude('var')
->notName('bundles.php');

return (new PhpCsFixer\Config())
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
"@lint-php-cs",
"@lint-rector",
"@lint-twig",
"@lint-twig-cs",
"@lint-yaml",
"@lint-container",
"@lint-composer",
Expand All @@ -164,8 +165,8 @@
],
"php-cs-fix": "@php vendor/bin/php-cs-fixer fix",
"lint-php-cs": "@php vendor/bin/php-cs-fixer fix --verbose --diff --dry-run",
"lint-twig-cs": "@php vendor/bin/twig-cs-fixer lint",
"twig-cs-fix": "@php vendor/bin/twig-cs-fixer lint --fix",
"lint-twig-cs": "@php vendor/bin/twig-cs-fixer lint",
"lint-composer": "@composer validate --no-check-publish --strict",
"lint-twig": "@php bin/console lint:twig templates/",
"lint-yaml": "@php bin/console lint:yaml config/ --parse-tags",
Expand Down

0 comments on commit 7703926

Please sign in to comment.