Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post 3.0 lint sync #40394

Merged
merged 12 commits into from
Mar 27, 2023
Merged
Prev Previous commit
Next Next commit
ci
  • Loading branch information
goderbauer committed Mar 27, 2023
commit e86db15c6f8b7b031964eedf2080182b11f6391f
3 changes: 0 additions & 3 deletions ci/bin/format.dart
Original file line number Diff line number Diff line change
Expand Up @@ -968,13 +968,10 @@ Future<int> main(List<String> arguments) async {
switch (type) {
case MessageType.message:
stderr.writeln(message);
break;
case MessageType.error:
stderr.writeln('ERROR: $message');
break;
case MessageType.warning:
stderr.writeln('WARNING: $message');
break;
}
}

Expand Down