Skip to content

Commit 163d6ae

Browse files
github-actions[bot]vgvbotmarcossevilla
authored
docs: update exclusion table (#169)
Co-authored-by: VGV Bot <[email protected]> Co-authored-by: Marcos Sevilla <[email protected]>
1 parent 7a889f9 commit 163d6ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Below is a list of rules that are not enabled by default together with the reaso
102102
| [`avoid_null_checks_in_equality_operators`](https://dart.dev/tools/linter-rules/avoid_null_checks_in_equality_operators) | Has been deprecated and [will be removed](https://github.com/dart-lang/sdk/issues/59514) |
103103
| [`avoid_types_on_closure_parameters`](https://dart.dev/tools/linter-rules/avoid_types_on_closure_parameters) | Not specified |
104104
| [`close_sinks`](https://dart.dev/tools/linter-rules/close_sinks) | [Has unresolved false positives](https://github.com/dart-lang/linter/issues/1381) |
105+
| [`diagnostic_describe_all_properties`](https://dart.dev/tools/linter-rules/diagnostic_describe_all_properties) | Not specified |
105106
| [`do_not_use_environment`](https://dart.dev/tools/linter-rules/do_not_use_environment) | Not specified |
106107
| [`library_names`](https://dart.dev/tools/linter-rules/library_names) | [Superseded by `unnecessary_library_name`](https://github.com/dart-lang/lints/issues/172) |
107108
| [`omit_obvious_local_variable_types`](https://dart.dev/tools/linter-rules/omit_obvious_local_variable_types) | Not specified |

tool/linter_rules/exclusion_reasons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"avoid_null_checks_in_equality_operators": "Has been deprecated and [will be removed](https://github.com/dart-lang/sdk/issues/59514)",
1010
"avoid_types_on_closure_parameters": "Not specified",
1111
"close_sinks": "[Has unresolved false positives](https://github.com/dart-lang/linter/issues/1381)",
12+
"diagnostic_describe_all_properties": "Not specified",
1213
"do_not_use_environment": "Not specified",
1314
"library_names": "[Superseded by `unnecessary_library_name`](https://github.com/dart-lang/lints/issues/172)",
1415
"omit_obvious_local_variable_types": "Not specified",

0 commit comments

Comments
 (0)