File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1+ ---
12language : php
23dist : trusty
34sudo : required
@@ -35,7 +36,7 @@ install:
3536
3637script :
3738 - find . -type f -name "*.yml" -print0 | xargs -0 -n1 yamllint
38- - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint
39+ - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -q
3940 - gpg --verify ./bin/install.sh.sig
4041 - shellcheck ./bin/install.sh
4142 - composer validate
Original file line number Diff line number Diff line change 1+ ---
12parameters :
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
3+ git_dir : .
4+ bin_dir : vendor/bin
5+ tasks :
6+ jsonlint :
7+ detect_key_conflicts : true
8+ composer : ~
9+ yamllint : ~
10+ securitychecker : ~
11+ git_conflict : ~
12+ npm_script :
13+ script : " test"
14+ triggered_by : [md]
15+ working_directory : " ./"
16+ is_run_task : true
You can’t perform that action at this time.
0 commit comments