Skip to content

Commit 1b45fb6

Browse files
format_tool: remove use of skippedLinks
1 parent 6537959 commit 1b45fb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/tools/format_tool.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,6 @@ FormatExecution buildExecution(
465465
return FormatExecution.exitEarly(ExitCode.config.code);
466466
}
467467

468-
if (inputs.skippedLinks?.isNotEmpty ?? false) {
469-
_log.fine('Excluding these links from formatting:\n '
470-
'${inputs.skippedLinks!.join('\n ')}');
471-
}
472-
473468
final dartFormatter = buildFormatProcess(formatter);
474469
Iterable<String> args;
475470
if (formatter == Formatter.dartFormat) {

0 commit comments

Comments
 (0)