Home | History | Annotate | Download | only in help

Lines Matching full:report

30 You can create an HTML report for the issues that {@code lint} detects. For example, you can run the following command to scan the {@code myproject} directory and its subdirectories for accessibility issues, then generate an HTML report in the {@code accessibility_report.html} file.
79 <td>Report all warnings as errors</td>
92 <td>Generate an HTML report.</td>
93 <td>The report is saved in the output file specified in the argument. The HTML output includes code snippets of the source code where {@code lint} detected an issue, a verbose description of the issue found, and links to the source file.</td>
99 <td>The {@code --url} option only applies when you are generating an HTML report with the {@code --html} option. You can specify multiple &lt;filepath&gt;=&lt;url&gt; mappings in the argument by separating each mapping with a comma.<p>To turn off linking to files, use {@code --url none}</p></td>
104 <td>Generate a simple HTML report</td>
105 <td>The report is saved in the output file specified in the argument.</td>
110 <td>Generate an XML report</td>
111 <td>The report is saved in the output file specified in the argument.</td>