forked from runelaenen/sw6-redirects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
18 lines (18 loc) · 694 Bytes
/
grumphp.yml
File metadata and controls
18 lines (18 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
grumphp:
tasks:
ecs:
config: '../../../vendor/shopware/platform/easy-coding-standard.yml'
clear-cache: 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/'