Convert the JSON output of TSLint to proper ReviewComments. If any part of the process fails, an empty array is returned.
string output from running tslint
that will be parsed and converted.
TSLint errors and warnings as ReviewComments
Return a review comment for a TSLint violation.
Provide an auto inspect registration that runs TSLint and returns a ProjectReview.
Provide a code inspection that runs TSLint and returns a ProjectReview.
Generated using TypeDoc
Run TSLint on a project with a tslint.json file, using the standard version of TSLint and its configuration, i.e., the ones in this project. At most 20 TSLint violations are returned, since they are used to create a GitHub issue and if the body of that POST is too large, it is rejected.