-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
checkRelated to the dioxus-check crateRelated to the dioxus-check cratecliRelated to the dioxus-cli programRelated to the dioxus-cli programenhancementNew feature or requestNew feature or request
Milestone
Description
Specific Demand
Create a Clippy-style linting system that would enforce best practices. We could integrate dx check into this, and add further lints. See #1448 for a further discussion on this.
Implement Suggestion
We could base it on Clippy, but I found an interesting crate, Dylint, that I think is worth taking a look at. It's similar to Clippy, but it's specifically designed to provide user-specific lints. Or in Dioxus's case, organization/crate specific lints. There's also this blog post by the author that introduces Dylint and it's advantages over Clippy.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
checkRelated to the dioxus-check crateRelated to the dioxus-check cratecliRelated to the dioxus-cli programRelated to the dioxus-cli programenhancementNew feature or requestNew feature or request