Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.04 KB

Error-Suggestions.md

File metadata and controls

20 lines (14 loc) · 1.04 KB

Error/warning suggestions

Several of the compiler errors/warnings provide a suggestion of how to fix the issue, not only in the textual ouput of the compiler, but in the JSON output in a machine-usable format.

Supported tools

Fixable issues

Classes of issues with support for auto-fix suggestions:

  • Import warnings (e.g. remove unused imports, make import explicit)
  • Missing type annotation (top level type annotations and _)