| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| ===================================================================
|
| --- pkg/analysis_server/tool/spec/spec_input.html (revision 42722)
|
| +++ pkg/analysis_server/tool/spec/spec_input.html (working copy)
|
| @@ -1832,10 +1832,17 @@
|
| <field name="generateHints" optional="true">
|
| <ref>bool</ref>
|
| <p>
|
| - True is hints should be generated as part of generating
|
| + True if hints should be generated as part of generating
|
| errors and warnings.
|
| </p>
|
| </field>
|
| + <field name="generateLints" optional="true">
|
| + <ref>bool</ref>
|
| + <p>
|
| + True if lints should be generated as part of generating
|
| + errors and warnings.
|
| + </p>
|
| + </field>
|
| </object>
|
| </type>
|
| <type name="AnalysisService">
|
|
|