Skip to content

Commit cb6c5c8

Browse files
Make the linted resources less restrictive (to lint TwigBundle templates too)
1 parent c010b76 commit cb6c5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ script:
2727
- ./vendor/bin/php-cs-fixer fix --diff --dry-run -v
2828
- ./bin/console lint:yaml app/config
2929
- ./bin/console lint:yaml @CodeExplorerBundle
30-
- ./bin/console lint:twig app/Resources/views @CodeExplorerBundle
30+
- ./bin/console lint:twig app/Resources @CodeExplorerBundle

0 commit comments

Comments
 (0)