We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ff08f commit 878644dCopy full SHA for 878644d
.golangci.reference.yml
@@ -1801,8 +1801,6 @@ linters-settings:
1801
- sortslice
1802
# Check signature of methods of well-known interfaces.
1803
- stdmethods
1804
- # Check for uses of too-new standard library symbols.
1805
- - stdversion
1806
# Check for string(int) conversions.
1807
- stringintconv
1808
# Check that struct field tags conform to reflect.StructTag.Get.
jsonschema/golangci.jsonschema.json
@@ -200,7 +200,6 @@
200
"slog",
201
"sortslice",
202
"stdmethods",
203
- "stdversion",
204
"stringintconv",
205
"structtag",
206
"testinggoroutine",
0 commit comments