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",