Skip to content

Commit e565149

Browse files
committed
Add the humbug configuration
1 parent fd0c48e commit e565149

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
phpunit.xml
44
composer.lock
55
vendor
6+
/build

humbug.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"timeout": 10,
3+
"source": {
4+
"directories": [
5+
"src"
6+
]
7+
},
8+
"logs": {
9+
"text": "build/humbuglog.txt",
10+
"json": "build/humbuglog.json"
11+
}
12+
}

0 commit comments

Comments
 (0)