forked from Lullabot/robo-acquia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
grumphp.yml
30 lines (30 loc) · 814 Bytes
/
grumphp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
grumphp:
ascii:
failed:
- resources/grumphp/mad-that-you-feel.txt
- resources/grumphp/mentionable.txt
- resources/grumphp/cry.txt
- resources/grumphp/be-brave.txt
succeeded:
- resources/grumphp/you-are-special.txt
- resources/grumphp/neighborhood.txt
- resources/grumphp/you-are-my-friend.txt
- resources/grumphp/ipoy.txt
tasks:
securitychecker_enlightn:
lockfile: ./composer.lock
run_always: true
phpcs:
standard:
- PSR2
warning_severity: 0
ignore_patterns:
- examples
composer_require_checker:
composer_file: 'composer.json'
config_file: ~
ignore_parse_errors: false
triggered_by: ['composer.json', 'composer.lock', '*.php']
phpmd:
ruleset:
- codesize