Skip to content

Commit 9a3acfe

Browse files
committed
Enable more GrumPHP tasks
1 parent f5e95f1 commit 9a3acfe

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

grumphp.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
grumphp:
22
tasks:
3+
composer:
4+
strict: true
5+
jsonlint:
6+
ignore_patterns:
7+
- vendor
8+
- node_modules
9+
- build
10+
- demo
11+
yamllint:
12+
ignore_patterns:
13+
- vendor
14+
- node_modules
15+
- build
16+
- demo
17+
xmllint:
18+
ignore_patterns:
19+
- vendor
20+
- node_modules
21+
- build
22+
- demo
323
phpversion:
424
project: '7.2'
525
phpcs:

0 commit comments

Comments
 (0)