From 87c0a44062b743526c3fd1253404835cd575a084 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Thu, 28 Nov 2024 19:31:27 +0100 Subject: [PATCH] docs: revert unwanted JSONSchema/doc changes (#5169) --- .golangci.reference.yml | 3 --- jsonschema/golangci.jsonschema.json | 5 ----- 2 files changed, 8 deletions(-) diff --git a/.golangci.reference.yml b/.golangci.reference.yml index f708e27716ad..708cf8048c17 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -2032,9 +2032,6 @@ linters-settings: # Allow check for the github.com/go-logr/logr library. # Default: true logr: false - # Allow check for the log/slog library. - # Default: true - slog: false # Allow check for the "sugar logger" from go.uber.org/zap library. # Default: true zap: false diff --git a/jsonschema/golangci.jsonschema.json b/jsonschema/golangci.jsonschema.json index 4546614f20f9..4048750fedf5 100644 --- a/jsonschema/golangci.jsonschema.json +++ b/jsonschema/golangci.jsonschema.json @@ -2111,11 +2111,6 @@ "type": "boolean", "default": true }, - "slog": { - "description": "Allow check for the log/slog library.", - "type": "boolean", - "default": true - }, "zap": { "description": "Allow check for the \"sugar logger\" from go.uber.org/zap library.", "type": "boolean",