Skip to content

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

Merged
adangel merged 1 commit intopmd:mainfrom
adangel:cli
Dec 10, 2021
Merged

Avoid using deprecated CLI options for PMD >= 6.41.0#17
adangel merged 1 commit intopmd:mainfrom
adangel:cli

Conversation

@adangel
Copy link
Copy Markdown
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.

1 participant