Skip to content

Commit c26aeb9

Browse files
committed
Clean up sub-project references for monorepo
Remove pkg/linuxptp-daemon/.github/ and pkg/cloud-event-proxy/.github/ (standalone CI replaced by monorepo workflows). Fix deprecated golangci-lint config properties (deadline, skip-dirs, format). Update OLM CSV metadata URLs to point at redhat-cne/downstream-ptp-operator-monorepo.
1 parent 6f7f04d commit c26aeb9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pkg/cloud-event-proxy/.golangci.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
run:
22
concurrency: 8
3-
deadline: 3m
3+
timeout: 3m
44
issues-exit-code: 1
5-
tests: true
6-
skip-dirs:
7-
- vendor
8-
skip-dirs-use-default: false
5+
tests: true skip-dirs-use-default: false
96

107

118
output:
12-
format: colored-line-number
9+
formats:
10+
- format: colored-line-number
1311
print-issued-lines: true
1412
print-linter-name: true
1513
issues:
14+
exclude-dirs:
15+
- vendor
16+
exclude-dirs-use-default: false
1617
exclude-use-default: false
1718
exclude:
1819
- 'ST1000: at least one file in a package should have a package comment'

0 commit comments

Comments
 (0)