Skip to content
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

Feature proposal: rules #120

Open
loeffel-io opened this issue Jul 9, 2023 · 0 comments
Open

Feature proposal: rules #120

loeffel-io opened this issue Jul 9, 2023 · 0 comments

Comments

@loeffel-io
Copy link
Owner

loeffel-io commented Jul 9, 2023

Reusable rules with a new configuration item rules to avoid multiple regex patterns for different extensions

Example:

rules:
    VueComponent: PascalCase
    CustomRule: regex:[a-z0-9]+

ls: 
   .vue: VueComponent
   .yaml: CustomRule

This is planned for v2.3.0

@loeffel-io loeffel-io self-assigned this Jul 9, 2023
@loeffel-io loeffel-io added this to the v2.2.0 milestone Jul 9, 2023
@loeffel-io loeffel-io changed the title Feature Proposal: rules Feature proposal: rules Jul 9, 2023
@loeffel-io loeffel-io mentioned this issue Jul 9, 2023
@loeffel-io loeffel-io modified the milestones: v2.2.0, v2.3.0 Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant