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

Ignore unused parameters in snippet code (#131068)

Add `unused_element_parameter` to the codes ignored while analyzing snippets.

Fixes https://github.com/flutter/flutter/issues/131067
parent 548aa6fa
......@@ -459,6 +459,7 @@ class _SnippetChecker {
'// ignore_for_file: unnecessary_import',
'// ignore_for_file: unreachable_from_main',
'// ignore_for_file: unused_element',
'// ignore_for_file: unused_element_parameter',
'// 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