Skip to content

Commit a3c28e3

Browse files
authored
🌱 Fix golangci-lint wrong configurations (#4726)
Fix golangci-lint configurations The current file is wrong with duplicated key: the `linters-settings.ginkgolinter` key, appears twice. This PR merges the duplicated keys into one. Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
1 parent 66d3ab3 commit a3c28e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ issues:
1818

1919
linters-settings:
2020
ginkgolinter:
21+
forbid-focus-container: true
2122
forbid-spec-pollution: true
2223
govet:
2324
enable-all: true
@@ -65,8 +66,6 @@ linters-settings:
6566
- name: bool-literal-in-expr
6667
- name: constant-logical-expr
6768
- name: comment-spacings
68-
ginkgolinter:
69-
forbid-focus-container: true
7069
linters:
7170
disable-all: true
7271
enable:

0 commit comments

Comments
 (0)