@@ -4083,7 +4083,7 @@ issues:
40834083output :
40844084 # The formats used to render issues.
40854085 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.
40874087 # This format is the default format.
40884088 text :
40894089 # Output path can be either `stdout`, `stderr` or path to the file to write to.
@@ -4098,12 +4098,12 @@ output:
40984098 # Use colors.
40994099 # Default: true
41004100 colors : false
4101- # Reports issues in a JSON format .
4101+ # Prints issues in a JSON representation .
41024102 json :
41034103 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41044104 # Default: stdout
41054105 path : ./path/to/output.json
4106- # Reports issues in columns separated by tabulations.
4106+ # Prints issues in columns representation separated by tabulations.
41074107 tab :
41084108 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41094109 # Default: stdout
@@ -4114,35 +4114,36 @@ output:
41144114 # Use colors.
41154115 # Default: true
41164116 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.
41184119 html :
41194120 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41204121 # Default: stdout
41214122 path : ./path/to/output.html
4122- # Reports issues in a Checkstyle format.
4123+ # Prints issues in the Checkstyle format.
41234124 checkstyle :
41244125 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41254126 # Default: stdout
41264127 path : ./path/to/output.xml
4127- # Reports issues in a Code Climate format.
4128+ # Prints issues in the Code Climate format.
41284129 code-climate :
41294130 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41304131 # Default: stdout
41314132 path : ./path/to/output.json
4132- # Reports issues in a JUnit XML format.
4133+ # Prints issues in the JUnit XML format.
41334134 junit-xml :
41344135 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41354136 # Default: stdout
41364137 path : ./path/to/output.xml
41374138 # Support extra JUnit XML fields.
41384139 # Default: false
41394140 extended : true
4140- # Reports issues in a Teamcity format.
4141+ # Prints issues in the Teamcity format.
41414142 teamcity :
41424143 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41434144 # Default: stdout
41444145 path : ./path/to/output.txt
4145- # Reports issues in a SARIF format.
4146+ # Prints issues in the SARIF format.
41464147 sarif :
41474148 # Output path can be either `stdout`, `stderr` or path to the file to write to.
41484149 # Default: stdout
0 commit comments