-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Sync list of available lints on dart rolls #101596
Copy link
Copy link
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectdependency: dartDart team may need to help usDart team may need to help usframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectdependency: dartDart team may need to help usDart team may need to help usframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Type
Fields
Give feedbackNo fields configured for issues without a type.
The list of available lints that we maintain in the flutter framework in https://github.com/flutter/flutter/blob/master/analysis_options.yaml should ideally be updated to the latest list of lints from https://github.com/dart-lang/linter/blob/master/example/all.yaml with every dart roll that changes what lints are available. Right now, that's a manual process we do in unregular intervals.