Skip to content

Clippy-style linting system #1460

@tigerros

Description

@tigerros

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    checkRelated to the dioxus-check cratecliRelated to the dioxus-cli programenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions