Skip to content

Commit

Permalink
fixup config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Feb 18, 2025
1 parent 131191e commit 678bf01
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
run:
timeout: 10m
go: "1.23"
skip-files:
- "zz_generated.*\\.go$"
- "_conversion\\.go$"
- "vendored_cluster_api\\.go$"
- "^internal/apis/topology/v1alpha1"
allow-parallel-runners: true

linters:
Expand Down Expand Up @@ -150,7 +145,6 @@ linters-settings:
alias: ipamv1
nolintlint:
allow-unused: false
allow-leading-space: false
require-specific: true
revive:
rules:
Expand Down Expand Up @@ -196,6 +190,11 @@ issues:
# We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
# changes in PRs and avoid nitpicking.
exclude-use-default: false
exclude-files:
- "zz_generated.*\\.go$"
- "_conversion\\.go$"
- "vendored_cluster_api\\.go$"
- "^internal/apis/topology/v1alpha1"
exclude-rules:
# Specific exclude rules for deprecated items that are still part of the codebase. These
# should be removed as the referenced deprecated item is removed from the project.
Expand Down

0 comments on commit 678bf01

Please sign in to comment.