Skip to content

Commit efdbd12

Browse files
committed
review
1 parent ce9d39e commit efdbd12

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.golangci.next.reference.yml

+10
Original file line numberDiff line numberDiff line change
@@ -4083,6 +4083,8 @@ issues:
40834083
output:
40844084
# The formats used to render issues.
40854085
formats:
4086+
# Reports issues in a text format with colors, line number, and linter name.
4087+
# This format is the default format.
40864088
text:
40874089
# Output path can be either `stdout`, `stderr` or path to the file to write to.
40884090
# Default: stdout
@@ -4096,10 +4098,12 @@ output:
40964098
# Use colors.
40974099
# Default: true
40984100
colors: false
4101+
# Reports issues in a JSON format.
40994102
json:
41004103
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41014104
# Default: stdout
41024105
path: ./path/to/output.json
4106+
# Reports issues in columns separated by tabulations.
41034107
tab:
41044108
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41054109
# Default: stdout
@@ -4110,29 +4114,35 @@ output:
41104114
# Use colors.
41114115
# Default: true
41124116
colors: false
4117+
# Reports issues in an HTML format.
41134118
html:
41144119
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41154120
# Default: stdout
41164121
path: ./path/to/output.html
4122+
# Reports issues in a Checkstyle format.
41174123
checkstyle:
41184124
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41194125
# Default: stdout
41204126
path: ./path/to/output.xml
4127+
# Reports issues in a Code Climate format.
41214128
code-climate:
41224129
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41234130
# Default: stdout
41244131
path: ./path/to/output.json
4132+
# Reports issues in a JUnit XML format.
41254133
junit-xml:
41264134
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41274135
# Default: stdout
41284136
path: ./path/to/output.xml
41294137
# Support extra JUnit XML fields.
41304138
# Default: false
41314139
extended: true
4140+
# Reports issues in a Teamcity format.
41324141
teamcity:
41334142
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41344143
# Default: stdout
41354144
path: ./path/to/output.txt
4145+
# Reports issues in a SARIF format.
41364146
sarif:
41374147
# Output path can be either `stdout`, `stderr` or path to the file to write to.
41384148
# Default: stdout

0 commit comments

Comments
 (0)