Skip to content

Commit

Permalink
chore: add html to the JSONSchema (#4737)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
vasyl-haievyi and ldez committed May 21, 2024
1 parent 0cb1418 commit b9868e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.next.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ output:
# - `json`
# - `colored-tab`
# - `tab`
# - `html`
# - `checkstyle`
# - `code-climate`
# - `junit-xml`
Expand Down
1 change: 1 addition & 0 deletions .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ output:
# - `json`
# - `colored-tab`
# - `tab`
# - `html`
# - `checkstyle`
# - `code-climate`
# - `junit-xml`
Expand Down
1 change: 1 addition & 0 deletions jsonschema/golangci.jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
"json",
"colored-tab",
"tab",
"html",
"checkstyle",
"code-climate",
"junit-xml",
Expand Down
1 change: 1 addition & 0 deletions jsonschema/golangci.next.jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
"json",
"colored-tab",
"tab",
"html",
"checkstyle",
"code-climate",
"junit-xml",
Expand Down

0 comments on commit b9868e1

Please sign in to comment.