We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint-fix
1 parent 3e8d683 commit f150001Copy full SHA for f150001
.ahoy.yml
@@ -54,6 +54,7 @@ commands:
54
pushd "build" >/dev/null || exit 1
55
vendor/bin/rector --clear-cache
56
vendor/bin/phpcbf
57
+ vendor/bin/twig-cs-fixer --no-cache --fix
58
popd >/dev/null || exit 1
59
60
test:
Makefile
@@ -63,6 +63,7 @@ lint-fix:
63
pushd "build" >/dev/null || exit 1 && \
64
vendor/bin/rector --clear-cache && \
65
vendor/bin/phpcbf && \
66
+ vendor/bin/twig-cs-fixer --no-cache --fix && \
67
68
69
0 commit comments