Skip to content

Commit

Permalink
Fixes #737: Twig validation does not recognize Drupal filters/functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Dec 5, 2016
1 parent 4d28cae commit aef7b3f
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 287 deletions.
2 changes: 0 additions & 2 deletions bin/blt-console
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Acquia\Blt\Console\Command\ComposerMungeCommand;
use Acquia\Blt\Console\Command\YamlMungeCommand;
use Acquia\Blt\Console\Command\UpdateCommand;
use Symfony\Bridge\Twig\Command\LintCommand;
use Symfony\Component\Console\Application;

set_time_limit(0);
Expand All @@ -26,7 +25,6 @@ else {
$application = new Application();
$application->add(new ComposerMungeCommand());
$application->add(new YamlMungeCommand());
$application->add(new \Acquia\Blt\Console\Command\TwigLintCommand);
$application->add(new UpdateCommand());

$application->run();
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"squizlabs/php_codesniffer": "^2.7",
"symfony/yaml": "^2.8.11",
"symfony/console": "^2.8.11",
"symfony/twig-bridge": "^2.8.11",
"asm89/twig-lint": "^1.0.2",
"doctrine/common": "^2.5",
"vierbergenlars/php-semver": "^3.0"
},
Expand Down
Loading

0 comments on commit aef7b3f

Please sign in to comment.