alexeyinkin commented on code in PR #27063:
URL: https://github.com/apache/beam/pull/27063#discussion_r1222676818
##########
playground/frontend/lib/modules/messages/parsers/messages_parser.dart:
##########
@@ -44,7 +43,7 @@ class MessagesParser {
if (map is Map) {
return _tryParseMap(map);
}
- } on FormatException catch (ex) {
+ } on FormatException catch (_) {
Review Comment:
https://dart.dev/tools/linter-rules#no_wildcard_variable_uses
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]