-
Notifications
You must be signed in to change notification settings - Fork 23
Determine default lint set for dart create
#739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
I think we should use |
Pedantic 1.8 has been the default for many Dart-only packages (as it's what pub.dev scores with). If we use recommended for the Dart default, then these lints are new to those coming from pedantic 1.8:
That is a pretty long list, and more than I had initially imagined. But I think it's a good choice to use recommended as a default:
|
If we agree to go with |
+1 to |
Bug: https://github.com/dart-lang/lints/issues/20 Change-Id: I433a393a9a6755ed9140326a413f8360a4d508bb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/199482 Reviewed-by: Phil Quitslund <[email protected]> Commit-Queue: Michael Thomsen <[email protected]>
We should make a final call regarding what set of lints
dart create
puts the user on. We currently usecore
, but that is inconsistent withflutter create
which usesrecommended
The text was updated successfully, but these errors were encountered: