@@ -1254,7 +1254,7 @@ LintCode:
12541254
12551255 **This rule is experimental.** It is being evaluated, and it may be changed
12561256 or removed. Feedback on its behavior is welcome! The main issue is here:
1257- https://github.com/dart-lang/linter /issues/4622
1257+ https://github.com/dart-lang/sdk /issues/59232.
12581258 avoid_implementing_value_types :
12591259 problemMessage : " Classes that override '==' should not be implemented."
12601260 correctionMessage : " Try removing the class from the 'implements' clause."
@@ -2903,7 +2903,7 @@ LintCode:
29032903 **Known limitations**
29042904
29052905 This rule does not track all patterns of StreamSubscription instantiations and
2906- cancellations. See [linter#317](https://github.com/dart-lang/linter /issues/317 )
2906+ cancellations. See [linter#317](https://github.com/dart-lang/sdk /issues/57387 )
29072907 for more information.
29082908 cascade_invocations :
29092909 problemMessage : " Unnecessary duplication of receiver."
@@ -3066,7 +3066,7 @@ LintCode:
30663066 **Known limitations**
30673067
30683068 This rule does not track all patterns of Sink instantiations and
3069- closures. See [linter#1381 ](https://github.com/dart-lang/linter /issues/1381 )
3069+ closures. See [sdk#57882 ](https://github.com/dart-lang/sdk /issues/57882 )
30703070 for more information.
30713071 collection_methods_unrelated_type :
30723072 problemMessage : " The argument type '{0}' isn't related to '{1}'."
@@ -3248,7 +3248,7 @@ LintCode:
32483248 comment references, which is occasionally distinct from Dartdoc's notion of
32493249 comment references. The lint rule may report comment references which Dartdoc
32503250 can resolve, even though the analyzer cannot. See
3251- [linter#1142 ](https://github.com/dart-lang/linter /issues/1142 ) for more
3251+ [sdk#57783 ](https://github.com/dart-lang/sdk /issues/57783 ) for more
32523252 information.
32533253 conditional_uri_does_not_exist :
32543254 problemMessage : " The target of the conditional URI '{0}' doesn't exist."
@@ -7173,7 +7173,7 @@ LintCode:
71737173
71747174 **This rule is experimental.** It is being evaluated, and it may be changed
71757175 or removed. Feedback on its behavior is welcome! The main issue is here:
7176- https://github.com/dart-lang/linter /issues/3480 .
7176+ https://github.com/dart-lang/sdk /issues/58773 .
71777177 omit_obvious_property_types :
71787178 problemMessage : " The type annotation isn't needed because it is obvious."
71797179 correctionMessage : " Try removing the type annotation."
@@ -7224,7 +7224,7 @@ LintCode:
72247224
72257225 **This rule is experimental.** It is being evaluated, and it may be changed
72267226 or removed. Feedback on its behavior is welcome! The main issue is here:
7227- https://github.com/dart-lang/linter /issues/5101 .
7227+ https://github.com/dart-lang/sdk /issues/59550 .
72287228 one_member_abstracts :
72297229 problemMessage : " Unnecessary use of an abstract class."
72307230 correctionMessage : " Try making '{0}' a top-level function and removing the class."
@@ -10793,7 +10793,7 @@ LintCode:
1079310793
1079410794 **This rule is experimental.** It is being evaluated, and it may be changed
1079510795 or removed. Feedback on its behavior is welcome! The main issue is here:
10796- https://github.com/dart-lang/linter /issues/3480 .
10796+ https://github.com/dart-lang/sdk /issues/58773 .
1079710797 specify_nonobvious_property_types :
1079810798 problemMessage : " A type annotation is needed because it isn't obvious."
1079910799 correctionMessage : " Try adding a type annotation."
@@ -10863,14 +10863,15 @@ LintCode:
1086310863
1086410864 **This rule is experimental.** It is being evaluated, and it may be changed
1086510865 or removed. Feedback on its behavior is welcome! The main issue is here:
10866- https://github.com/dart-lang/linter /issues/5101 .
10866+ https://github.com/dart-lang/sdk /issues/59550 .
1086710867 strict_top_level_inference_add_type :
1086810868 sharedName : strict_top_level_inference
1086910869 problemMessage : " Missing type annotation."
1087010870 correctionMessage : " Try adding a type annotation."
1087110871 state :
1087210872 stable : " 3.7"
1087310873 categories : [style]
10874+ hasPublishedDocs : false
1087410875 deprecatedDetails : |-
1087510876 Do type annotate top-level and class-like member declarations, where types
1087610877 are not inferred from super-interfaces or initializers.
@@ -10913,7 +10914,6 @@ LintCode:
1091310914 }
1091410915 int _sq(int v) => v * v;
1091510916 ```
10916- hasPublishedDocs : false
1091710917 strict_top_level_inference_replace_keyword :
1091810918 sharedName : strict_top_level_inference
1091910919 problemMessage : " Missing type annotation."
@@ -11630,7 +11630,7 @@ LintCode:
1163011630 /// The type [List<int>]
1163111631 /// `<assignment> -> <variable> = <expression>`
1163211632 /// \<assignment\> -> \<variable\> = \<expression\>`
11633- /// <http ://foo.bar.baz >
11633+ /// <https ://example.com/example >
1163411634 ```
1163511635 unnecessary_async :
1163611636 problemMessage : " Don't make a function 'async' if it doesn't use 'await'."
@@ -11792,7 +11792,7 @@ LintCode:
1179211792 ```
1179311793
1179411794 NOTE: This lint only reports unnecessary breaks in libraries with a
11795- [language version](https://dart.dev/guides /language/evolution#language-versioning)
11795+ [language version](https://dart.dev/resources /language/evolution#language-versioning)
1179611796 of 3.0 or greater. Explicit breaks are still required in Dart 2.19 and below.
1179711797 unnecessary_const :
1179811798 problemMessage : " Unnecessary 'const' keyword."
@@ -12061,16 +12061,17 @@ LintCode:
1206112061 state :
1206212062 experimental : " 3.8"
1206312063 categories : [style]
12064- hasPublishedDocs : false
12064+ hasPublishedDocs : true
1206512065 documentation : |-
1206612066 #### Description
1206712067
12068- The analyzer produces this diagnostic when an ignore is specified to ignore a diagnostic that isn't produced.
12068+ The analyzer produces this diagnostic when an ignore is specified to
12069+ ignore a diagnostic that isn't produced.
1206912070
1207012071 #### Example
1207112072
12072- The following code produces this diagnostic because the `unused_local_variable`
12073- diagnostic isn't reported at the ignored location:
12073+ The following code produces this diagnostic because the
12074+ `unused_local_variable` diagnostic isn't reported at the ignored location:
1207412075
1207512076 ```dart
1207612077 // ignore: [!unused_local_variable!]
0 commit comments