Class LintState (0.2.2)

LintState(value)

Lint state represents success or failure for linting.

Enums

Name Description
LINT_STATE_UNSPECIFIED Lint state unspecified.
LINT_STATE_SUCCESS Linting was completed successfully.
LINT_STATE_ERROR Linting encountered errors.