Skip to content

Commit ce1967b

Browse files
authored
feat: add ipam refs (#127)
* add ipam refs * add example with instance and ipam * add generated files * fix lint exported-is-used not allowed
1 parent 77b7df0 commit ce1967b

File tree

19 files changed

+2001
-7
lines changed

19 files changed

+2001
-7
lines changed

.golangci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ linters-settings:
4545
# tab width in spaces. Default to 1.
4646
tab-width: 1
4747

48-
unused:
49-
# treat code as a program (not a library) and report unused exported identifiers; default is false.
50-
# XXX: if you enable this setting, unused will report a lot of false-positives in text editors:
51-
# if it's called for subdir of a project it can't find funcs usages. All text editor integrations
52-
# with golangci-lint call it on a directory with the changed file.
53-
exported-is-used: true
54-
5548
unparam:
5649
# Inspect exported functions, default is false. Set to true if no external program/library imports your code.
5750
# XXX: if you enable this setting, unparam will report a lot of false-positives in text editors:

apis/instance/v1alpha1/zz_generated.conversion_hubs.go

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

apis/instance/v1alpha1/zz_generated.deepcopy.go

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

0 commit comments

Comments
 (0)