From b9868e164390f17a5f859211b9c13c2411e6ce99 Mon Sep 17 00:00:00 2001 From: vasyl-haievyi Date: Tue, 21 May 2024 21:06:55 +0200 Subject: [PATCH] chore: add html to the JSONSchema (#4737) Co-authored-by: Fernandez Ludovic --- .golangci.next.reference.yml | 1 + .golangci.reference.yml | 1 + jsonschema/golangci.jsonschema.json | 1 + jsonschema/golangci.next.jsonschema.json | 1 + 4 files changed, 4 insertions(+) diff --git a/.golangci.next.reference.yml b/.golangci.next.reference.yml index 9caca3d783ee..4d002e0205d8 100644 --- a/.golangci.next.reference.yml +++ b/.golangci.next.reference.yml @@ -66,6 +66,7 @@ output: # - `json` # - `colored-tab` # - `tab` + # - `html` # - `checkstyle` # - `code-climate` # - `junit-xml` diff --git a/.golangci.reference.yml b/.golangci.reference.yml index 6938157dacbb..116306b92c60 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -66,6 +66,7 @@ output: # - `json` # - `colored-tab` # - `tab` + # - `html` # - `checkstyle` # - `code-climate` # - `junit-xml` diff --git a/jsonschema/golangci.jsonschema.json b/jsonschema/golangci.jsonschema.json index e7684df3f395..db22554c1a16 100644 --- a/jsonschema/golangci.jsonschema.json +++ b/jsonschema/golangci.jsonschema.json @@ -428,6 +428,7 @@ "json", "colored-tab", "tab", + "html", "checkstyle", "code-climate", "junit-xml", diff --git a/jsonschema/golangci.next.jsonschema.json b/jsonschema/golangci.next.jsonschema.json index 5bb029478c40..a07bfb6a789b 100644 --- a/jsonschema/golangci.next.jsonschema.json +++ b/jsonschema/golangci.next.jsonschema.json @@ -428,6 +428,7 @@ "json", "colored-tab", "tab", + "html", "checkstyle", "code-climate", "junit-xml",