startUp method

  1. @override
Future<void> startUp(
  1. CustomLintResolver resolver,
  2. CustomLintContext context
)

Emits lints for a given file.

run will only be invoked with files respecting filesToAnalyze

Implementation

@override
Future<void> startUp(
  CustomLintResolver resolver,
  CustomLintContext context,
) async {}