Skip to content

Commit c195760

Browse files
committed
Validate YAML files by default
1 parent 7241587 commit c195760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/quality.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function(grunt) {
2727
var analyze = [];
2828

2929
var defaultPatterns = [
30-
'<%= config.srcPaths.drupal %>/{modules,profiles,libraries,static}/**/*.{php,module,inc,install,profile}',
30+
'<%= config.srcPaths.drupal %>/{modules,profiles,libraries,static}/**/*.{php,module,inc,install,profile,yml}',
3131
'!<%= config.srcPaths.drupal %>/{modules,profiles,libraries,static}/**/*.{box,pages_default,panels_default,views_default,panelizer,strongarm}.inc',
3232
'!<%= config.srcPaths.drupal %>/{modules,profiles,libraries,static}/**/*.features.*inc',
3333
'!<%= config.srcPaths.drupal %>/{modules,profiles,libraries,static}/**/vendor/**'

0 commit comments

Comments
 (0)