-
Notifications
You must be signed in to change notification settings - Fork 4
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
[#308] 🦺 Maven Enforcer Rule for uv version #309
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I (Informational): pulled up common code with some refactoring to have a common base for checking tool versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: some minor sonarlint cleanup
dc257af
to
9f0bb73
Compare
@@ -50,6 +50,19 @@ | |||
</rules> | |||
</configuration> | |||
</execution> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: we'll flow a follow on to reorg the examples, so that:
examples
poetry
(will have poerty enforcer config to isolate it to poetry examples)- rename for consistency to
habushu-poetry-XYZ
- rename for consistency to
uv
(will have uv enforcer config to isolate it to uv examples)- rename for consistency to
habushu-uv-XYZ
- rename for consistency to
If needed, we'll add a general
folder for habushu items that aren't specific to poetry or uv as well. There is a lot of churn with that, so wanted it in a separate, focused ticket for clarity in the intent and PR
...gin/src/main/java/org/technologybrewery/habushu/enforcer/AbstractRequireToolVersionRule.java
Outdated
Show resolved
Hide resolved
9f0bb73
to
c60fd25
Compare
No description provided.