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

Avoid using deprecated CLI options for PMD >= 6.41.0 #17

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

adangel
Copy link
Member

@adangel adangel commented Dec 3, 2021

With PMD 6.41.0 GNU style long options (--) have been introduced
for all parameters. In this action, we currently use -no-cache which
leads to unnecessary deprecation warnings.

This PR add semver and uses this also to validate the version
(validator.js).

With PMD 6.41.0 GNU style long options (`--`) have been introduced
for all parameters. In this action, we currently use `-no-cache` which
leads to unnecessary deprecation warnings.

This PR add semver and uses this also to validate the version
(validator.js).
@adangel adangel added this to the next milestone Dec 3, 2021
@adangel adangel self-assigned this Dec 10, 2021
@adangel adangel merged commit 3cd2913 into pmd:main Dec 10, 2021
@adangel adangel deleted the cli branch December 10, 2021 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant