You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's an SDK version mismatch between the user and developer of a lint rule list, then lints can be marked as being deprecated or missing by the dart analyzer. There's no way to disable such meta warnings, but there should be a way to do that e.g. # ignore: type=missing type=deprecated.
The developer of a lint rule list should be able to specify that and have it only affect the rules of that list and be propagated down to anyone who is including that analysis_options.yaml file.
The text was updated successfully, but these errors were encountered:
If there's an SDK version mismatch between the user and developer of a lint rule list, then lints can be marked as being deprecated or missing by the dart analyzer. There's no way to disable such meta warnings, but there should be a way to do that e.g.
# ignore: type=missing type=deprecated
.The developer of a lint rule list should be able to specify that and have it only affect the rules of that list and be propagated down to anyone who is including that analysis_options.yaml file.
The text was updated successfully, but these errors were encountered: