Skip to content

Commit

Permalink
refactor 🎨(kubebuilder): templates upgrade, domain name and new feature
Browse files Browse the repository at this point in the history
Upgrade kubebuilder templates to v4, change domain name to didactiklabs.io and new IPClaim feat

Signed-off-by: Alan Amoyel <[email protected]>
  • Loading branch information
aamoyel committed Aug 14, 2024
1 parent 7054bb0 commit 05680f3
Show file tree
Hide file tree
Showing 66 changed files with 1,214 additions and 1,199 deletions.
40 changes: 40 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
run:
timeout: 5m
allow-parallel-runners: true

issues:
# don't skip warning about doc comments
# don't exclude the default set of lint
exclude-use-default: false
# restore some of the defaults
# (fill in the rest as needed)
exclude-rules:
- path: "api/*"
linters:
- lll
- path: "internal/*"
linters:
- dupl
- lll
linters:
disable-all: true
enable:
- dupl
- errcheck
- exportloopref
- goconst
- gocyclo
- gofmt
- goimports
- gosimple
- govet
- ineffassign
- lll
- misspell
- nakedret
- prealloc
- staticcheck
- typecheck
- unconvert
- unparam
- unused
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.22 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 05680f3

Please sign in to comment.