-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mockery.yml
More file actions
48 lines (47 loc) · 1.09 KB
/
.mockery.yml
File metadata and controls
48 lines (47 loc) · 1.09 KB
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
# Copyright (c) Codesphere Inc.
# SPDX-License-Identifier: Apache-2.0
all: false
dir: "{{.InterfaceDir}}"
force-file-write: true
filename: "mocks.go"
formatter: gofmt
log-level: info
structname: "{{.Mock}}{{.InterfaceName}}"
pkgname: "{{.SrcPackageName}}"
recursive: false
require-template-schema-exists: true
template: testify
template-schema: "{{.Template}}.schema.json"
packages:
github.com/codesphere-cloud/cs-go/cli/cmd:
config:
all: true
interfaces:
github.com/codesphere-cloud/cs-go/pkg/exporter:
config:
all: true
interfaces:
github.com/codesphere-cloud/cs-go/api/openapi_client:
config:
all: true
interfaces:
github.com/codesphere-cloud/cs-go/api:
config:
all: true
interfaces:
github.com/codesphere-cloud/cs-go/pkg/io:
config:
all: true
interfaces:
github.com/codesphere-cloud/cs-go/pkg/git:
config:
all: true
interfaces:
github.com/codesphere-cloud/cs-go/pkg/deploy:
config:
all: true
interfaces:
github.com/codesphere-cloud/cs-go/pkg/pipeline:
config:
all: true
interfaces: