Unverified Commit 1105c8b9 authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

ignore directives ordering in generated code (#81017)

parent 08ca8b01
......@@ -264,6 +264,7 @@ class SampleChecker {
List<Line> get headers {
return _headers ??= <String>[
'// generated code',
'// ignore_for_file: directives_ordering',
'// 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