-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoss.yml
38 lines (37 loc) · 887 Bytes
/
goss.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
31
32
33
34
35
36
37
command:
go version:
# required attributes
exit-status: 0
# optional attributes
stdout:
- go version go1.11.5 linux/amd64
stderr: []
timeout: 10000 # in milliseconds
dep version:
exit-status: 0
stdout:
- 'dep:'
- 'version : v0.5.0'
- 'build date : 2018-07-26'
- 'git hash : 224a564'
- 'go version : go1.10.3'
- 'go compiler : gc'
- 'platform : linux/amd64'
- 'features : ImportDuringSolve=false'
stderr: []
timeout: 10000
gometalinter --version:
exit-status: 0
stdout:
- gometalinter version 3.0.0 built from df395bfa67c5d0630d936c0044cf07ff05086655
on 2019-01-29T22:44:16Z
stderr: []
timeout: 10000
overalls -help:
exit-status: 0
stderr: []
timeout: 10000
goimports -v:
exit-status: 0
stdout: []
timeout: 10000