From 31f463b143207bbde1e13e03738044f67c4643e7 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 16 Oct 2023 13:59:39 +0200 Subject: [PATCH] chore(golangci-lint): moving to new neutral organization Signed-off-by: Dario Tranchitella --- .golangci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 6adb72eb..0b38aabd 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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 diff --git a/Makefile b/Makefile index b928cae0..5a59045f 100644 --- a/Makefile +++ b/Makefile @@ -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.