-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: forced prefixes #495
base: main
Are you sure you want to change the base?
Conversation
@volodya-lombrozo seems like it's problem with 11 version of Java, i'll comeback a bit later |
@volodya-lombrozo can you restar pipe a bit later, dependency not updated in maven central |
@l3r8yJ It seems that the plugin is incompatible with Java 11. Am I right? |
@volodya-lombrozo I've fixed it, now we need just to restart CI and everything should be okay update: not okay, I'll fix it |
@volodya-lombrozo you can restart the actions to re-pull the dependency |
@l3r8yJ There are still some issues |
@volodya-lombrozo take a look, please
I've developed a plugin, that checks whether is prefix was set or not
PR-Codex overview
This PR focuses on renaming classes and annotations to improve clarity and consistency in the codebase. It also introduces a new dependency and plugin related to prefix requirements.
Detailed summary
LineHitterRule
toRuleLineHitter
for consistency.Text
class toComplaintText
inComplaint
.@SuppressWarnings("JTCOP.LineHitterRule")
to@SuppressWarnings("JTCOP.RuleLineHitter")
.@RequirePrefix
annotations toRule
andComplaint
interfaces.prefixed-maven-plugin
.prefixed-maven-plugin
.