We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a08a12 commit c010b76Copy full SHA for c010b76
.travis.yml
@@ -26,5 +26,5 @@ 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:yaml src/CodeExplorerBundle/Resources/config
30
- - ./bin/console lint:twig app/Resources/views src/CodeExplorerBundle/Resources/views
+ - ./bin/console lint:yaml @CodeExplorerBundle
+ - ./bin/console lint:twig app/Resources/views @CodeExplorerBundle
0 commit comments