Skip to content

Issues: TheBevyFlock/bevy_cli

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

Lint suggestion: Prefer use x::y; over use x::prelude::y; A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#96 opened Sep 21, 2024 by BenjaminBrienen
main_return_without_appexit and insert_event_resource do not lint against alternative method syntax A-CI Related to CI and GitHub Actions C-Bug A bug in the program
#94 opened Sep 19, 2024 by BD103
Create lint groups A-Linter Related to the linter and custom lints C-Enhancement A general improvement C-Usability An improvement that makes the API more usable X-Blessed
#90 opened Sep 18, 2024 by BD103
Lints cannot be silenced / denied without going through hoops A-Linter Related to the linter and custom lints C-Bug A bug in the program
#88 opened Sep 18, 2024 by BD103
bevy::main_return_without_appexit is emitted when AppExit is stored in a variable A-Linter Related to the linter and custom lints C-Bug A bug in the program
#87 opened Sep 18, 2024 by BD103
bevy doc - an ECS project documentation generator A-CLI Related to the main CLI C-Enhancement A general improvement
#81 opened Sep 16, 2024 by IQuick143
bevy patch - automatically generate Bevy dependency overrides A-CLI Related to the main CLI C-Enhancement A general improvement
#79 opened Sep 16, 2024 by BD103
Add lint: unstable trig operations A-Linter Related to the linter and custom lints C-Enhancement A general improvement X-Uncontroversial
#78 opened Sep 15, 2024 by alice-i-cecile
Add lint: commands in commands A-Linter Related to the linter and custom lints C-Enhancement A general improvement X-Contentious
#77 opened Sep 15, 2024 by alice-i-cecile
Support other cargo wrappers with bevy build/run A-Cross-Cutting Affects multiple areas of the repository C-Enhancement A general improvement
#71 opened Sep 14, 2024 by TimJentzsch
Add lint: missing #![allow(clippy::type_complexity), clippy::too_many_arguments] A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#65 opened Sep 6, 2024 by janhohenheim
Add lint: newtype should derive Deref and DerefMut A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#63 opened Sep 6, 2024 by janhohenheim
Add lint: private Command struct could be an fn A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#62 opened Sep 6, 2024 by janhohenheim
Add lint: private plugin fn should be named only plugin A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#61 opened Sep 6, 2024 by janhohenheim
Add lint: pub struct lacks serde trait derives when a serialize feature exists A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#60 opened Sep 6, 2024 by janhohenheim
Add lint: Using before() and after() in places where chain() could be used instead A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#59 opened Sep 6, 2024 by janhohenheim
Add lint: Calling panicking methods like single() instead of get_ variants A-Linter Related to the linter and custom lints C-Enhancement A general improvement X-Blessed
#58 opened Sep 6, 2024 by janhohenheim
Add lint: Systems sets should end in System or Set A-Linter Related to the linter and custom lints C-Enhancement A general improvement
#56 opened Sep 6, 2024 by janhohenheim
Add lint: Plugin names should end in Plugin A-Linter Related to the linter and custom lints C-Enhancement A general improvement X-Blessed
#55 opened Sep 6, 2024 by janhohenheim
ProTip! Follow long discussions with comments:>50.