Skip to content

Commit 77e561d

Browse files
authored
Merge pull request #107 from wunderio/hotfix/106-Change-yaml-and-json-task-default-paths
#106 Change yaml, json and check_file_permissions task default paths
2 parents b9acf69 + 77cc4db commit 77e561d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Task/tasks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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']
4040
Wunderio\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

0 commit comments

Comments
 (0)