Skip to content

Commit 878644d

Browse files
committed
Revert .golangci.reference.yml and golangci.jsonschema.json
1 parent 74ff08f commit 878644d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.golangci.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,8 +1801,6 @@ linters-settings:
18011801
- sortslice
18021802
# Check signature of methods of well-known interfaces.
18031803
- stdmethods
1804-
# Check for uses of too-new standard library symbols.
1805-
- stdversion
18061804
# Check for string(int) conversions.
18071805
- stringintconv
18081806
# Check that struct field tags conform to reflect.StructTag.Get.

jsonschema/golangci.jsonschema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@
200200
"slog",
201201
"sortslice",
202202
"stdmethods",
203-
"stdversion",
204203
"stringintconv",
205204
"structtag",
206205
"testinggoroutine",

0 commit comments

Comments
 (0)