Skip to content

Commit f150001

Browse files
committed
Added Twig CS Fixer to lint-fix command.
1 parent 3e8d683 commit f150001

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ahoy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ commands:
5454
pushd "build" >/dev/null || exit 1
5555
vendor/bin/rector --clear-cache
5656
vendor/bin/phpcbf
57+
vendor/bin/twig-cs-fixer --no-cache --fix
5758
popd >/dev/null || exit 1
5859
5960
test:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ lint-fix:
6363
pushd "build" >/dev/null || exit 1 && \
6464
vendor/bin/rector --clear-cache && \
6565
vendor/bin/phpcbf && \
66+
vendor/bin/twig-cs-fixer --no-cache --fix && \
6667
popd >/dev/null || exit 1
6768

6869
test:

0 commit comments

Comments
 (0)