From e298c253720812e84d1694287ea66a8787af72d2 Mon Sep 17 00:00:00 2001 From: Plague Fox <plugfox@gmail.com> Date: Fri, 13 Dec 2024 10:22:41 +0400 Subject: [PATCH] Ignore unintended_html_in_doc_comment for protobuf codec comments --- lib/src/protobuf/protobuf_codec.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/protobuf/protobuf_codec.dart b/lib/src/protobuf/protobuf_codec.dart index 005abd9..da3f747 100644 --- a/lib/src/protobuf/protobuf_codec.dart +++ b/lib/src/protobuf/protobuf_codec.dart @@ -1,3 +1,5 @@ +//ignore_for_file: unintended_html_in_doc_comment + import 'dart:convert'; import 'package:protobuf/protobuf.dart' as pb;