-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgrumphp.yml
More file actions
19 lines (19 loc) · 663 Bytes
/
grumphp.yml
File metadata and controls
19 lines (19 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
grumphp:
tasks:
ecs:
config: 'ecs.php'
clear-cache: true
files_on_pre_commit: true
paths:
- 'src'
eslint:
bin: 'vendor/shopware/platform/src/Administration/Resources/app/administration/node_modules/.bin/eslint'
config: 'vendor/shopware/platform/src/Administration/Resources/app/administration/.eslintrc.js'
whitelist_patterns:
- /src\/Resources\/app\/administration\/(.*)/
triggered_by:
- js
- vue
environment:
paths:
- '../../../dev-ops/analyze/vendor/bin/'