linter property

String? linter
getter/setter pair

Name of the linter used.

Required. Possible string values are:

  • "LINTER_UNSPECIFIED" : Linter type unspecified.
  • "SPECTRAL" : Linter type spectral.
  • "OTHER" : Linter type other.

Implementation

core.String? linter;