code constant

LintCode const code

invalid_match_path

Implementation

static const code = LintCode(
  'invalid_match_path',
  'Match paths can have at most one wildcard',
  severity: DiagnosticSeverity.ERROR,
);