chore(golangci-lint): moving to new neutral organization

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2023-10-16 21:29:23 +02:00
parent b32ee29c6e
commit 31f463b143
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ linters-settings:
sections:
- standard
- default
- prefix(github.com/clastix/capsule)
- prefix(github.com/projectcapsule/capsule)
goheader:
template: |-
Copyright 2020-2021 Clastix Labs
+1 -1
View File
@@ -236,7 +236,7 @@ bundle-build:
# Sorting imports
.PHONY: goimports
goimports:
goimports -w -l -local "github.com/clastix/capsule" .
goimports -w -l -local "github.com/projectcapsule/capsule" .
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
golangci-lint: ## Download golangci-lint locally if necessary.