|
12 | 12 | "diagnostic_describe_all_properties": "Not specified", |
13 | 13 | "discarded_futures": "[Has unresolved false positives](https://github.com/VeryGoodOpenSource/very_good_analysis/issues/74#issuecomment-1668425410)", |
14 | 14 | "do_not_use_environment": "Not specified", |
| 15 | + "document_ignores": "Not specified", |
| 16 | + "invalid_runtime_check_with_js_interop_types": "[Pending recommendation](https://github.com/dart-lang/lints/issues/188)", |
15 | 17 | "matching_super_parameters": "Not specified", |
16 | 18 | "no_literal_bool_comparisons": "Not specified", |
17 | 19 | "prefer_double_quotes": "Incompatible with [prefer_single_quotes](https://dart.dev/tools/linter-rules/prefer_single_quotes)", |
18 | 20 | "prefer_expression_function_bodies": "Not specified", |
19 | | - "prefer_final_parameters": "Not specified", |
| 21 | + "prefer_final_parameters": "Incompatible with [avoid_final_parameters](https://dart.dev/tools/linter-rules/avoid_final_parameters)", |
20 | 22 | "prefer_foreach": "Not specified", |
21 | 23 | "prefer_mixin": "Not specified", |
22 | 24 | "prefer_relative_imports": "Incompatible with [always_use_package_imports](https://dart.dev/tools/linter-rules/always_use_package_imports)", |
23 | 25 | "type_literal_in_constant_pattern": "Not specified", |
24 | | - "unnecessary_final": "Not specified", |
| 26 | + "unintended_html_in_doc_comment": "[Pending recommendation](https://github.com/dart-lang/lints/issues/192)", |
| 27 | + "unnecessary_final": "Incompatible with [prefer_final_locals](https://dart.dev/tools/linter-rules/prefer_final_locals)", |
25 | 28 | "unnecessary_library_name": "[Pending recommendation](https://github.com/dart-lang/lints/issues/181)", |
26 | 29 | "unnecessary_null_aware_operator_on_extension_on_nullable": "Not specified", |
27 | 30 | "unreachable_from_main": "Not specified", |
|
0 commit comments