Skip to content

Commit

Permalink
Replace twig-cs-filter format parameter with report
Browse files Browse the repository at this point in the history
  • Loading branch information
plopesc authored Aug 23, 2024
1 parent 691cc45 commit 598d042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tasks:
DIRS_ARR=({{.TWIG_DIRS}})
for DIR in "${DIRS_ARR[@]}"; do
if [ "{{.format}}" == "junit" ]; then
./vendor/bin/twig-cs-fixer lint $DIR --format junit
./vendor/bin/twig-cs-fixer lint $DIR --report junit
else
./vendor/bin/twig-cs-fixer lint $DIR
fi
Expand Down

0 comments on commit 598d042

Please sign in to comment.