We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88ee66 commit 5f3cee9Copy full SHA for 5f3cee9
.github/workflows/golangci-lint.yml
@@ -44,9 +44,6 @@ jobs:
44
- name: 🛩️ golangci-lint
45
run: make lint
46
47
- - name: ©️ check-copyright
48
- run: make check-copyright
49
-
50
crd-docs-check:
51
name: Check CRD Docs
52
runs-on: ubuntu-latest
Makefile
@@ -381,10 +381,6 @@ sort-import:
381
@./scripts/goimports-reviser.sh >/dev/null 2>&1
382
.PHONY: sort-import
383
384
-# check copyright header
385
-check-copyright:
386
- go run scripts/go-copyright/main.go
387
388
.PHONY: generate-crd-docs
389
generate-crd-docs: manifests ## Generate CRD reference documentation in a single file
390
@mkdir -p $(dir $(CRD_DOCS_OUTPUT))
scripts/go-copyright/main.go
0 commit comments