-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.mockery.yaml
50 lines (50 loc) · 2.95 KB
/
.mockery.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
disable-version-string: true
with-expecter: true
inpackage: true
dir: "{{.InterfaceDir}}"
mockname: "mock{{.InterfaceName|firstUpper}}"
outpkg: "{{.PackageName}}"
filename: "mock_{{.InterfaceName}}_test.go"
all: true
packages:
github.com/ministryofjustice/opg-modernising-lpa/cmd/event-received:
github.com/ministryofjustice/opg-modernising-lpa/internal/app:
github.com/ministryofjustice/opg-modernising-lpa/internal/attorney/attorneydata:
github.com/ministryofjustice/opg-modernising-lpa/internal/attorney/attorneypage:
github.com/ministryofjustice/opg-modernising-lpa/internal/attorney:
github.com/ministryofjustice/opg-modernising-lpa/internal/certificateprovider/certificateproviderdata:
github.com/ministryofjustice/opg-modernising-lpa/internal/certificateprovider/certificateproviderpage:
github.com/ministryofjustice/opg-modernising-lpa/internal/certificateprovider:
github.com/ministryofjustice/opg-modernising-lpa/internal/dashboard:
github.com/ministryofjustice/opg-modernising-lpa/internal/document:
github.com/ministryofjustice/opg-modernising-lpa/internal/donor/donordata:
github.com/ministryofjustice/opg-modernising-lpa/internal/donor/donorpage:
github.com/ministryofjustice/opg-modernising-lpa/internal/donor:
github.com/ministryofjustice/opg-modernising-lpa/internal/dynamo:
github.com/ministryofjustice/opg-modernising-lpa/internal/event:
github.com/ministryofjustice/opg-modernising-lpa/internal/lambda:
github.com/ministryofjustice/opg-modernising-lpa/internal/lpastore:
github.com/ministryofjustice/opg-modernising-lpa/internal/notify:
github.com/ministryofjustice/opg-modernising-lpa/internal/onelogin:
github.com/ministryofjustice/opg-modernising-lpa/internal/page:
github.com/ministryofjustice/opg-modernising-lpa/internal/pay:
github.com/ministryofjustice/opg-modernising-lpa/internal/place:
github.com/ministryofjustice/opg-modernising-lpa/internal/s3:
github.com/ministryofjustice/opg-modernising-lpa/internal/scheduled:
github.com/ministryofjustice/opg-modernising-lpa/internal/search:
github.com/ministryofjustice/opg-modernising-lpa/internal/secrets:
github.com/ministryofjustice/opg-modernising-lpa/internal/sesh:
github.com/ministryofjustice/opg-modernising-lpa/internal/sharecode:
github.com/ministryofjustice/opg-modernising-lpa/internal/supporter/supporterdata:
github.com/ministryofjustice/opg-modernising-lpa/internal/supporter/supporterpage:
github.com/ministryofjustice/opg-modernising-lpa/internal/supporter:
github.com/ministryofjustice/opg-modernising-lpa/internal/task:
github.com/ministryofjustice/opg-modernising-lpa/internal/telemetry:
github.com/ministryofjustice/opg-modernising-lpa/internal/uid:
github.com/ministryofjustice/opg-modernising-lpa/internal/validation:
config:
all: false
include-regex: ".*"
exclude-regex: "EnumChecker"
github.com/ministryofjustice/opg-modernising-lpa/internal/voucher/voucherpage:
github.com/ministryofjustice/opg-modernising-lpa/internal/voucher: