-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Prefix rules #112
Prefix rules #112
Conversation
This breaks existing checks for labels without prefix. For original non-prefix behaviour add `prefix_label = ""` to config.
This breaks existing checks for labels without prefix. For original non-prefix behaviour add `prefix_label = ""` to config.
Thank you for a lot of controbution! |
Okay cool. I'll add lower/uppercamelcase rules for packages, interfaces, and modules to this PR (soon). |
I've now added the rules for After a bit more thinking, I'm not sure how |
In my understanding, lower snake case |
I merged and released v0.5.0. |
prefix_interface
prefix_module
prefix_package
uppercamelcase_interface
uppercamelcase_module
lowercamelcase_package
prefix_instance
for prefix on instance names, defaulting to"u_"
.generate_for_with_label
andgenerate_if_with_label
to check for prefix.For old behaviour (only existence check), the
prefix_label
. option can be set to""
.generate_case_with_label
similar to the above.