Unverified Commit b2ed8a25 authored by Sam Rawlins's avatar Sam Rawlins Committed by GitHub

Ignore unnecessary_import reports in sample code (#84125)

parent 3749ff02
......@@ -265,6 +265,7 @@ class SampleChecker {
return _headers ??= <String>[
'// generated code',
'// ignore_for_file: directives_ordering',
'// ignore_for_file: unnecessary_import',
'// ignore_for_file: unused_import',
'// ignore_for_file: unused_element',
'// ignore_for_file: unused_local_variable',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment