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.
1 parent f2b5581 commit 0fa6847Copy full SHA for 0fa6847
.travis.yml
@@ -25,3 +25,6 @@ install:
25
script:
26
- ./vendor/bin/phpunit
27
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
28
+ - ./bin/console lint:yaml app/config
29
+ - ./bin/console lint:twig app/Resources/views
30
+ - ./bin/console lint:xliff app/Resources/translations
0 commit comments