Skip to content

Commit ce3e139

Browse files
committed
review: add missing elements
1 parent fc1de63 commit ce3e139

4 files changed

+5
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,12 +428,12 @@
428428
"json",
429429
"colored-tab",
430430
"tab",
431+
"html",
431432
"checkstyle",
432433
"code-climate",
433434
"junit-xml",
434435
"github-actions",
435-
"teamcity",
436-
"html"
436+
"teamcity"
437437
]
438438
}
439439
},

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)