Skip to content

Commit

Permalink
Fix .golangci.yml formatting
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <[email protected]>
  • Loading branch information
killianmuldoon committed Sep 26, 2023
1 parent c88d434 commit 8b363c0
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 8b363c0

Please sign in to comment.