Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/lenaic/CONTINT-4412' into lenaic…
Browse files Browse the repository at this point in the history
…/CONTINT-4412
  • Loading branch information
L3n41c committed Oct 23, 2024
2 parents f47933e + 3263ded commit d5fa540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
"dupword",
"intrange",
"mnd",
"musttag"
"musttag",
"exportloopref"
]

[issues]
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ patch-crds: bin/$(PLATFORM)/yq ## Patch-crds

.PHONY: lint
lint: bin/$(PLATFORM)/golangci-lint fmt vet ## Lint
bin/$(PLATFORM)/golangci-lint run ./...
bin/$(PLATFORM)/golangci-lint linters

Check failure on line 307 in Makefile

View workflow job for this annotation

GitHub Actions / build

*** missing separator. Stop.

Check failure on line 307 in Makefile

View workflow job for this annotation

GitHub Actions / build

*** missing separator. Stop.
bin/$(PLATFORM)/golangci-lint run --verbose ./...

.PHONY: licenses
licenses: bin/$(PLATFORM)/go-licenses
Expand Down

0 comments on commit d5fa540

Please sign in to comment.