Skip to content

Issues: dart-lang/linter

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Consider aligning file_names lint with unquoted imports proposal lint-proposal new-language-feature set-core Affects a rule in the core Dart rule set status-pending type-enhancement A request for a change that isn't a bug
#5071 opened Aug 20, 2024 by munificent
Proposal: Generalize avoid_types_as_parameter_names to include type parameters lint-proposal set-core Affects a rule in the core Dart rule set type-enhancement A request for a change that isn't a bug
#5066 opened Aug 16, 2024 by eernstg
Consider adding unrelated_type_checks like with unrelated_type_equality_checks P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set type-question A question about expected behavior or functionality
#5052 opened Aug 8, 2024 by ltOgt
[enhanced-parts] Linter Support meta new-language-feature P1 A high priority bug; for example, a single project is unusable or has many test failures set-core Affects a rule in the core Dart rule set set-flutter Affects a rule in the recommended Flutter rule set set-recommended Affects a rule in the recommended Dart rule set type-enhancement A request for a change that isn't a bug
#5024 opened Jul 18, 2024 by pq 100+
depend_on_referenced_packages multi-module Flutter project false positives false-positive P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#5023 opened Jul 18, 2024 by pvlKryu
1 task
collection_methods_unrelated_type does not warn about null keys. false-negative P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set type-enhancement A request for a change that isn't a bug
#5004 opened Jun 28, 2024 by fuzzybinary
[Wildcard Variables] Linter Support meta new-language-feature P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set set-flutter Affects a rule in the recommended Flutter rule set set-recommended Affects a rule in the recommended Dart rule set type-enhancement A request for a change that isn't a bug
#4969 opened May 13, 2024 by pq 100+
[Wildcard Variables][lint] no_wildcard_variable_uses and the new wildcard variables feature. new-language-feature P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set type-question A question about expected behavior or functionality
#4968 opened May 9, 2024 by kallentu
[macros] support for prefer_generic_function_type_aliases new-language-feature P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set
#4942 opened Apr 18, 2024 by pq
[macros] support for unnecessary_overrides new-language-feature P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set type-enhancement A request for a change that isn't a bug
#4902 opened Feb 29, 2024 by pq
Stop linting overridden methods in non_constant_identifier_names false-positive P4 set-core Affects a rule in the core Dart rule set set-recommended Affects a rule in the recommended Dart rule set type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#4888 opened Feb 16, 2024 by pq
[macros] linter support meta new-language-feature P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set set-flutter Affects a rule in the recommended Flutter rule set set-recommended Affects a rule in the recommended Dart rule set type-enhancement A request for a change that isn't a bug
#4881 opened Feb 14, 2024 by pq 100+
False positive when determining unrelated types false-positive P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#4880 opened Feb 14, 2024 by osaxma
Definition of unrelated might be wrong P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#4878 opened Feb 12, 2024 by bwilkerson
[unrelated_type_equality_checks] Missing report for unrelated extension types false-negative P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#4848 opened Jan 18, 2024 by Levi-Lesches
non_constant_identifier_names should not be reported for externals? false-positive P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set set-recommended Affects a rule in the recommended Dart rule set type-enhancement A request for a change that isn't a bug
#4774 opened Oct 9, 2023 by DanTup
For unrelated_type_equality_checks (and other rules), how are extension types related to other things? new-language-feature P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set type-enhancement A request for a change that isn't a bug
#4749 opened Sep 14, 2023 by srawlins
void_checks: allow assigning any future to a FutureOr<void> P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set type-enhancement A request for a change that isn't a bug
#4699 opened Aug 16, 2023 by frmrgr
proposal: public_class_matches_filename lint-proposal P4 set-core Affects a rule in the core Dart rule set status-pending type-enhancement A request for a change that isn't a bug
#4604 opened Jul 23, 2023 by guidezpl
5 tasks done
unnecessary_overrides doesn't work for Flutter State class false-negative P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#4359 opened May 15, 2023 by ookami-kb
expand prefer_is_not_empty & prefer_is_empty to String lint-proposal P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set status-pending type-enhancement A request for a change that isn't a bug
#3889 opened Dec 8, 2022 by kevmoo
[proposal] remove prescriptive language from lint names P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set set-flutter Affects a rule in the recommended Flutter rule set set-recommended Affects a rule in the recommended Dart rule set status-pending type-documentation A request to add or improve documentation type-enhancement A request for a change that isn't a bug type-question A question about expected behavior or functionality
#3872 opened Dec 5, 2022 by pq
null_check_on_nullable_type_parameter: runtime cost difference between t! and t as T P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set type-performance type-question A question about expected behavior or functionality
#3844 opened Nov 14, 2022 by kevmoo
☂️ [tracking] rename lints meta P3 A lower priority bug or feature request set-core Affects a rule in the core Dart rule set set-recommended Affects a rule in the recommended Dart rule set type-enhancement A request for a change that isn't a bug type-process
#3827 opened Nov 9, 2022 by pq
[Extension type] linter support meta new-language-feature P2 A bug or feature request we're likely to work on set-core Affects a rule in the core Dart rule set set-flutter Affects a rule in the recommended Flutter rule set set-recommended Affects a rule in the recommended Dart rule set type-enhancement A request for a change that isn't a bug
#3625 opened Aug 29, 2022 by pq
33 of 44 tasks
ProTip! Follow long discussions with comments:>50.