Skip to content

Commit e347eb4

Browse files
committed
Fix golangci-lint config verify fails
``` jsonschema: "linters-settings.testifylint" does not validate with "/properties/linters-settings/properties/testifylint/type": expected object, but got null jsonschema: "linters-settings.gofmt" does not validate with "/properties/linters-settings/properties/gofmt/type": expected object, but got null jsonschema: "linters-settings.wrapcheck" does not validate with "/properties/linters-settings/properties/wrapcheck/type": expected object, but got null Failed executing command with error: the configuration contains invalid elements , Error: Command failed: /home/runner/golangci-lint-1.60.3-linux-amd64/golangci-lint config verify jsonschema: "linters-settings.testifylint" does not validate with "/properties/linters-settings/properties/testifylint/type": expected object, but got null jsonschema: "linters-settings.gofmt" does not validate with "/properties/linters-settings/properties/gofmt/type": expected object, but got null jsonschema: "linters-settings.wrapcheck" does not validate with "/properties/linters-settings/properties/wrapcheck/type": expected object, but got null Failed executing command with error: the configuration contains invalid elements ``` https://github.com/ruby-go-gem/go-gem-wrapper/actions/runs/13358375299/job/37304299023?pr=274
1 parent b3b86c2 commit e347eb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
linters-settings:
2-
gofmt:
32
revive:
43
rules:
54
- name: exported
65
arguments:
76
- disableStutteringCheck
8-
testifylint:
9-
wrapcheck:
107

118
linters:
129
enable:

0 commit comments

Comments
 (0)