code constant

LintCode const code

do_not_use_raw_paths

Implementation

static const code = LintCode(
  'do_not_use_raw_paths',
  'Raw path strings are platform-specific.',
  correctionMessage: 'Use the join method from the path package instead.',
  severity: DiagnosticSeverity.WARNING,
);