Skip to content

Commit 87c0a44

Browse files
authored
docs: revert unwanted JSONSchema/doc changes (#5169)
1 parent 6a20504 commit 87c0a44

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.golangci.reference.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2032,9 +2032,6 @@ linters-settings:
20322032
# Allow check for the github.com/go-logr/logr library.
20332033
# Default: true
20342034
logr: false
2035-
# Allow check for the log/slog library.
2036-
# Default: true
2037-
slog: false
20382035
# Allow check for the "sugar logger" from go.uber.org/zap library.
20392036
# Default: true
20402037
zap: false

jsonschema/golangci.jsonschema.json

-5
Original file line numberDiff line numberDiff line change
@@ -2111,11 +2111,6 @@
21112111
"type": "boolean",
21122112
"default": true
21132113
},
2114-
"slog": {
2115-
"description": "Allow check for the log/slog library.",
2116-
"type": "boolean",
2117-
"default": true
2118-
},
21192114
"zap": {
21202115
"description": "Allow check for the \"sugar logger\" from go.uber.org/zap library.",
21212116
"type": "boolean",

0 commit comments

Comments
 (0)