Skip to content

Commit bb7b2d8

Browse files
authored
fix: update revive rules in json schema
1 parent 61bbcc4 commit bb7b2d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonschema/golangci.jsonschema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,9 @@
630630
"range",
631631
"receiver-naming",
632632
"redefines-builtin-id",
633-
"redundant-build-tag",
634633
"redundant-import-alias",
634+
"redundant-build-tag",
635+
"redundant-test-main-exit",
635636
"string-format",
636637
"string-of-int",
637638
"struct-tag",

0 commit comments

Comments
 (0)