Skip to content

Commit b9868e1

Browse files
vasyl-haievyildez
andauthored
chore: add html to the JSONSchema (#4737)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 0cb1418 commit b9868e1

4 files changed

+4
-0
lines changed

.golangci.next.reference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ output:
6666
# - `json`
6767
# - `colored-tab`
6868
# - `tab`
69+
# - `html`
6970
# - `checkstyle`
7071
# - `code-climate`
7172
# - `junit-xml`

.golangci.reference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ output:
6666
# - `json`
6767
# - `colored-tab`
6868
# - `tab`
69+
# - `html`
6970
# - `checkstyle`
7071
# - `code-climate`
7172
# - `junit-xml`

jsonschema/golangci.jsonschema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@
428428
"json",
429429
"colored-tab",
430430
"tab",
431+
"html",
431432
"checkstyle",
432433
"code-climate",
433434
"junit-xml",

jsonschema/golangci.next.jsonschema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@
428428
"json",
429429
"colored-tab",
430430
"tab",
431+
"html",
431432
"checkstyle",
432433
"code-climate",
433434
"junit-xml",

0 commit comments

Comments
 (0)