Skip to content

Commit

Permalink
Merge pull request #9499 from killianmuldoon/pr-lint-file-format
Browse files Browse the repository at this point in the history
🌱 Fix .golangci.yml comments
  • Loading branch information
k8s-ci-robot committed Sep 27, 2023
2 parents 6955116 + 8b363c0 commit 00bf4ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ linters:
linters-settings:
gci:
sections:
- standard
- default
- prefix(sigs.k8s.io/cluster-api)
- standard # Standard section: captures all standard packages.
- default # Default section: contains all imports that could not be matched to another section type.
- prefix(sigs.k8s.io/cluster-api) # Custom section: groups all imports with the specified Prefix.
custom-order: true
ginkgolinter:
forbid-focus-container: true
Expand Down Expand Up @@ -200,7 +200,6 @@ linters-settings:
#
- name: bool-literal-in-expr
- name: constant-logical-expr

issues:
max-same-issues: 0
max-issues-per-linter: 0
Expand Down

0 comments on commit 00bf4ac

Please sign in to comment.