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

Bump pmd.version from 6.45.0 to 6.46.0 #477

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps pmd.version from 6.45.0 to 6.46.0.
Updates pmd-core from 6.45.0 to 6.46.0

Release notes

Sourced from pmd-core's releases.

PMD 6.46.0 (28-May-2022)

28-May-2022 - 6.46.0

The PMD team is pleased to announce PMD 6.46.0.

This is a minor release.

Table Of Contents

New and noteworthy

CLI improvements

The PMD CLI now allows repeating the --dir (-d) and --rulesets (-R) options, as well as providing several space-separated arguments to either of them. For instance:

pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml

This also allows globs to be used on the CLI if your shell supports shell expansion. For instance, the above can be written

pmd -d src/*/java -R rset*.xml

Please use theses new forms instead of using comma-separated lists as argument to these options.

C# Improvements

When executing CPD on C# sources, the option --ignore-annotations is now supported as well. It ignores C# attributes when detecting duplicated code. This option can also be enabled via the CPD GUI. See #3974 for details.

New Rules

This release ships with 2 new Java rules.

... (truncated)

Commits
  • a75acde [maven-release-plugin] prepare release pmd_releases/6.46.0
  • 6f86a71 Prepare pmd release 6.46.0
  • 09c1abb Merge pull request #3980 from adangel:deprecate-ant-formatter
  • ede4c6d Merge pull request #3979 from adangel:deprecate-cpd-system-props
  • 3779a54 Merge pull request #3978 from adangel:html-extensions
  • 16df537 Merge pull request #3958 from oowekyala:issue2352-ruleset-deprecations
  • 3b774eb Merge pull request #3716 from oowekyala:merge-empty-rules
  • 95ad4d3 [doc] Update release notes (#3096)
  • 650e66b [doc] Update release notes (#2352, #3958)
  • 425015c Merge branch 'master' into pr/3958
  • Additional commits viewable in compare view

Updates pmd-java from 6.45.0 to 6.46.0

Release notes

Sourced from pmd-java's releases.

PMD 6.46.0 (28-May-2022)

28-May-2022 - 6.46.0

The PMD team is pleased to announce PMD 6.46.0.

This is a minor release.

Table Of Contents

New and noteworthy

CLI improvements

The PMD CLI now allows repeating the --dir (-d) and --rulesets (-R) options, as well as providing several space-separated arguments to either of them. For instance:

pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml

This also allows globs to be used on the CLI if your shell supports shell expansion. For instance, the above can be written

pmd -d src/*/java -R rset*.xml

Please use theses new forms instead of using comma-separated lists as argument to these options.

C# Improvements

When executing CPD on C# sources, the option --ignore-annotations is now supported as well. It ignores C# attributes when detecting duplicated code. This option can also be enabled via the CPD GUI. See #3974 for details.

New Rules

This release ships with 2 new Java rules.

... (truncated)

Commits
  • a75acde [maven-release-plugin] prepare release pmd_releases/6.46.0
  • 6f86a71 Prepare pmd release 6.46.0
  • 09c1abb Merge pull request #3980 from adangel:deprecate-ant-formatter
  • ede4c6d Merge pull request #3979 from adangel:deprecate-cpd-system-props
  • 3779a54 Merge pull request #3978 from adangel:html-extensions
  • 16df537 Merge pull request #3958 from oowekyala:issue2352-ruleset-deprecations
  • 3b774eb Merge pull request #3716 from oowekyala:merge-empty-rules
  • 95ad4d3 [doc] Update release notes (#3096)
  • 650e66b [doc] Update release notes (#2352, #3958)
  • 425015c Merge branch 'master' into pr/3958
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `pmd.version` from 6.45.0 to 6.46.0.

Updates `pmd-core` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.45.0...pmd_releases/6.46.0)

Updates `pmd-java` from 6.45.0 to 6.46.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.45.0...pmd_releases/6.46.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels May 30, 2022
@uhafner uhafner merged commit 8470c0e into master Jun 9, 2022
@dependabot dependabot bot deleted the dependabot/maven/pmd.version-6.46.0 branch June 9, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant