LINT constant

ErrorType const LINT

Lint warnings describe style and best practice recommendations that can be used to formalize a project's style guidelines.

Implementation

static const ErrorType LINT = const ErrorType('LINT', 7, ErrorSeverity.INFO);