code constant

LintCode const code

inline_context_lookups

Implementation

static const code = LintCode(
  'inline_context_lookups',
  'Avoid inline context lookups.',
  correctionMessage:
      'Store the result of context lookups in reusable variables.',
);