We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following lints have fixes but no corresponding bulk fixes:
avoid_relative_lib_imports
always_require_non_null_named_parameters
avoid_private_typedef_functions
prefer_is_not_operator
unnecessary_null_in_if_null_operators
unnecessary_string_interpolations
use_function_type_syntax_for_parameters
The text was updated successfully, but these errors were encountered:
prefer_is_not_operator: https://dart-review.googlesource.com/c/sdk/+/178842
Sorry, something went wrong.
avoid_private_typedef_functions: https://dart-review.googlesource.com/c/sdk/+/178932
Complete?
I think so. We still have some fixes to implement (see dart-lang/lints#12 and #2408) but we're caught up on bulk fixes. Thanks!
pq
No branches or pull requests
The following lints have fixes but no corresponding bulk fixes:
avoid_relative_lib_imports
(dart-lang/sdk@44cb6a1)always_require_non_null_named_parameters
(dart-lang/sdk@daac918)avoid_private_typedef_functions
(dart-lang/sdk@4a7dd03)prefer_is_not_operator
(dart-lang/sdk@1d35109)unnecessary_null_in_if_null_operators
(dart-lang/sdk@63795a7)unnecessary_string_interpolations
(dart-lang/sdk@f9c3c09)use_function_type_syntax_for_parameters
(dart-lang/sdk@b29d36c)The text was updated successfully, but these errors were encountered: