-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMakefile.maker.yaml
More file actions
60 lines (50 loc) · 1.23 KB
/
Makefile.maker.yaml
File metadata and controls
60 lines (50 loc) · 1.23 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
49
50
51
52
53
54
55
56
57
58
59
60
# Configuration file for <https://github.com/sapcc/go-makefile-maker>
metadata:
url: https://github.com/sapcc/limes
binaries:
- name: limes
fromPackage: .
installTo: bin/
coverageTest:
except: '/liquids'
dockerfile:
enabled: true
extraIgnores:
- /config-*.json
golang:
autoupdateDependencies:
enabled: true
matchModule: ^github.com/(?:sapcc|sap-cloud-infrastructure)/
setGoModVersion: true
golangciLint:
createConfig: true
reviveRules:
- name: exported
arguments:
- checkPrivateReceivers
- disableChecksOnConstants
githubWorkflow:
ci:
enabled: true
renovate:
enabled: true
assignees:
- majewsky
- SuperSandro2000
reuse:
annotations:
- paths:
- .github/PULL_REQUEST_TEMPLATE
- internal/**/fixtures/*.json
- internal/*/fixtures/*.prom
- internal/*/fixtures/*.sql
- docs/*.json
SPDX-FileCopyrightText: SAP SE or an SAP affiliate company
SPDX-License-Identifier: Apache-2.0
typos:
extendWords:
UPDAT: UPDAT # part of "UPDATEs" in a comment
thi: thi # part of a regex thi$2/$1 from things
verbatim: |
copy-fixtures:
find -name '*.actual' | xargs -I{} bash -c 'mv {} $$(echo {} | sed "s/.actual//g")'