Skip to content

Commit 88c4379

Browse files
authored
fix(dart): Allow unnecessary_imports (#2642)
1 parent 97eacd2 commit 88c4379

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/sidekick/internal/dart/templates/analysis_options.yaml.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ analyzer:
2525
camel_case_types: ignore
2626
implementation_imports: ignore
2727
unintended_html_in_doc_comment: ignore
28+
{{!
29+
`package:google_cloud_gax` protocol messages that are also found in
30+
other packages
31+
}}
32+
unnecessary_import: ignore
2833
unused_import: ignore

0 commit comments

Comments
 (0)