Skip to content

Commit 5cf6f17

Browse files
committed
Added GrumPHP configuration
1 parent ec8c22e commit 5cf6f17

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

grumphp.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
parameters:
2+
git_dir: .
3+
bin_dir: vendor/bin
4+
tasks:
5+
jsonlint:
6+
detect_key_conflicts: true
7+
composer: ~
8+
yamllint: ~
9+
securitychecker: ~
10+
git_conflict: ~
11+
npm_script:
12+
script: "test"
13+
triggered_by: [md]
14+
working_directory: "./"
15+
is_run_task: true

0 commit comments

Comments
 (0)