@@ -4083,7 +4083,7 @@ issues:
4083
4083
output :
4084
4084
# The formats used to render issues.
4085
4085
formats :
4086
- # Reports issues in a text format with colors, line number, and linter name.
4086
+ # Prints issues in a text format with colors, line number, and linter name.
4087
4087
# This format is the default format.
4088
4088
text :
4089
4089
# Output path can be either `stdout`, `stderr` or path to the file to write to.
@@ -4098,12 +4098,12 @@ output:
4098
4098
# Use colors.
4099
4099
# Default: true
4100
4100
colors : false
4101
- # Reports issues in a JSON format .
4101
+ # Prints issues in a JSON representation .
4102
4102
json :
4103
4103
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4104
4104
# Default: stdout
4105
4105
path : ./path/to/output.json
4106
- # Reports issues in columns separated by tabulations.
4106
+ # Prints issues in columns representation separated by tabulations.
4107
4107
tab :
4108
4108
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4109
4109
# Default: stdout
@@ -4114,35 +4114,36 @@ output:
4114
4114
# Use colors.
4115
4115
# Default: true
4116
4116
colors : false
4117
- # Reports issues in an HTML format.
4117
+ # Prints issues in an HTML page.
4118
+ # It uses the Cloudflare CDN (cdnjs) and React.
4118
4119
html :
4119
4120
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4120
4121
# Default: stdout
4121
4122
path : ./path/to/output.html
4122
- # Reports issues in a Checkstyle format.
4123
+ # Reports issues in the Checkstyle format.
4123
4124
checkstyle :
4124
4125
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4125
4126
# Default: stdout
4126
4127
path : ./path/to/output.xml
4127
- # Reports issues in a Code Climate format.
4128
+ # Prints issues in the Code Climate format.
4128
4129
code-climate :
4129
4130
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4130
4131
# Default: stdout
4131
4132
path : ./path/to/output.json
4132
- # Reports issues in a JUnit XML format.
4133
+ # Prints issues in the JUnit XML format.
4133
4134
junit-xml :
4134
4135
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4135
4136
# Default: stdout
4136
4137
path : ./path/to/output.xml
4137
4138
# Support extra JUnit XML fields.
4138
4139
# Default: false
4139
4140
extended : true
4140
- # Reports issues in a Teamcity format.
4141
+ # Prints issues in the Teamcity format.
4141
4142
teamcity :
4142
4143
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4143
4144
# Default: stdout
4144
4145
path : ./path/to/output.txt
4145
- # Reports issues in a SARIF format.
4146
+ # Prints issues in the SARIF format.
4146
4147
sarif :
4147
4148
# Output path can be either `stdout`, `stderr` or path to the file to write to.
4148
4149
# Default: stdout
0 commit comments