Skip to content

Commit 040e65e

Browse files
committed
fix lint
1 parent a0bff1f commit 040e65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/repo_lint_rules/lib/src/avoid_import_outside_src_rule.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AvoidImportOutsideSrcRule extends DartLintRule {
2020
@override
2121
void run(
2222
CustomLintResolver resolver,
23-
ErrorReporter reporter,
23+
DiagnosticReporter reporter,
2424
CustomLintContext context,
2525
) {
2626
context.registry.addImportDirective((node) {

0 commit comments

Comments
 (0)