Skip to content

Commit d34c1ef

Browse files
Merge pull request #1700 from renovate-bot/renovate/golangci-golangci-lint-2.x
Update dependency golangci/golangci-lint to v2.2.1
2 parents 5161ec9 + eecb75f commit d34c1ef

File tree

11 files changed

+11
-1
lines changed

11 files changed

+11
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include ./version.mk
1010

1111
# Helper software versions
1212
CONTROLLER_TOOLS_VERSION := v0.16.3
13-
GOLANGCI_VERSION := v2.1.6
13+
GOLANGCI_VERSION := v2.2.1
1414
HELM_VERSION := v3.18.2
1515
KUBECTL_VERSION := v1.32.3
1616
KUSTOMIZE_VERSION := v5.7.0

internal/controller/utils/affinity.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
import (

internal/controller/utils/cleanup.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
import (

internal/controller/utils/copy_trigger_annotations.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
import (

internal/controller/utils/customca.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//nolint:revive
12
package utils
23

34
import (

internal/controller/utils/labels.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
const (

internal/controller/utils/namespace.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
import (

internal/controller/utils/podlogs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
import (

internal/controller/utils/reconcile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
import (

internal/controller/utils/sahandler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You should have received a copy of the GNU Affero General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
//nolint:revive
1819
package utils
1920

2021
import (

0 commit comments

Comments
 (0)