File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Wunderio\GrumPHP\Task\CheckFilePermissions\CheckFilePermissionsTask:
3535 defaults : ['sh']
3636 allowed_types : ['array']
3737 run_on :
38- defaults : ['. ']
38+ defaults : ['web/modules/custom', 'web/themes/custom', 'scripts ']
3939 allowed_types : ['array']
4040Wunderio\GrumPHP\Task\Ecs\EcsTask :
4141 options :
@@ -210,7 +210,7 @@ Wunderio\GrumPHP\Task\YamlLint\YamlLintTask:
210210 defaults : ['yaml', 'yml']
211211 allowed_types : ['array']
212212 run_on :
213- defaults : ['. ']
213+ defaults : ['web/modules/custom', 'web/themes/custom ']
214214 allowed_types : ['array']
215215 object_support :
216216 defaults : false
@@ -241,7 +241,7 @@ Wunderio\GrumPHP\Task\JsonLint\JsonLintTask:
241241 defaults : ['json', 'lock']
242242 allowed_types : ['array']
243243 run_on :
244- defaults : ['. ']
244+ defaults : ['web/modules/custom', 'web/themes/custom ']
245245 allowed_types : ['array']
246246 detect_key_conflicts :
247247 defaults : false
You can’t perform that action at this time.
0 commit comments