Skip to content

Commit 1e3dba9

Browse files
authored
Merge pull request #854 from erhancagirici/ec-xpv2
add v2 apis
2 parents ab24452 + cf256f8 commit 1e3dba9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+6764
-5568
lines changed

.golangci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@ linters:
219219
- staticcheck
220220
text: 'SA1019: .+ is deprecated: Use Composition Functions instead.'
221221

222+
# Some shared structs in apis/common/v1 are moved to
223+
# apis/common. To preserve a backward-compatible directory structure
224+
# package had to be named common, which we suppress.
225+
- linters:
226+
- revive
227+
text: "var-naming: avoid meaningless package names"
228+
path: apis/common
222229
paths:
223230
- zz_generated\..+\.go$
224231
- .+\.pb.go$

apis/changelogs/proto/v1alpha1/changelog.pb.go

Lines changed: 29 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)