We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd0752 commit 8bf640eCopy full SHA for 8bf640e
lint_test/prefer_match_file_name_ignore_entity/enum/test.dart
@@ -5,6 +5,7 @@
5
/// - enum
6
/// in analysis_options.yaml
7
enum Ignored { _ }
8
+
9
enum IgnoredAgain { _ }
10
11
// expect_lint: prefer_match_file_name
lint_test/prefer_match_file_name_ignore_entity/extension/test.dart
/// - extension
extension Ignored on String {}
extension IgnoredAgain on String {}
0 commit comments