Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Bump phpmd/phpmd from 2.6.0 to 2.7.0#35

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpmd/phpmd-2.7.0
Closed

Bump phpmd/phpmd from 2.6.0 to 2.7.0#35
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpmd/phpmd-2.7.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps phpmd/phpmd from 2.6.0 to 2.7.0.

Release notes

Sourced from phpmd/phpmd's releases.

PHPMD 2.7.0

The new maintainer team of PHPMD is pleased to announce its first minor release PHP Mess Detector version 2.7.0.

This contains all the new features, improvements and fixes from over 250 commits from two and a half years since 2.6.0.
Please, also take note of a backwards incompatible property renaming in the CouplingBetweenObjects rule.

Added

  • #472: Added rule for assignment within conditional
  • #490: Added rule for count in loop (CountInLoop)
  • #484: Added rule for duplicated array key (DuplicatedArrayKey)
  • #476: Added rule for empty catch block (EmptyCatchBlock)
  • #636: Added rule for missing import (MissingImport)
  • #443: Added support for compound variables in UnusedLocalVariable rule
  • #329: Added support to whitelist variables in the UnusedLocalVariable rule
  • #405: Added JSON output format
  • #525: Added new options to CLI (min-priority, minimum-priority, report-file, input-file, not-strict)
  • #579: Added support for setting the maximum execution priority through CLI (max-priority, maximum-priority, maximumpriority)
  • #489: Added new predefined variables to AbstractLocalVariable rule

Fixed

  • #482: Renamed minimum property to maximum in CouplingBetweenObjects rule (backwards incompatible)
  • #626: Fixed special characters escaping in violation description for XML output
  • #378: Fixed warning/error when trying to export to a non-existing path
  • #575: Fixed UnusedFormalParameter false positive in string compound variable
  • #480: Fixed "Start tag expected, '<' not found" error
  • #494: Fixed UnusedPrivateField false positive
  • #583: Changed LongNaming rule to apply on private fields too
  • #572: Added support for both @SuppressWarnings and @suppressWarnings annotation cases

Consult the changelog for the full history of noteworthy changes or browse through the list of commits since the last release.

Contributors to this release

We would like to thank all the contributors that helped make this release possible:

... (truncated)
Changelog

Sourced from phpmd/phpmd's changelog.

phpmd-2.7.0 (2019/07/30)

This is the first minor release of the new PHPMD maintainer team. It
contains all the new features, improvements and fixes from two and a
half years since 2.6.0. Please take note of a backwards incompatible
property renaming in the CouplingBetweenObjects rule.

  • Fixed #482: Renamed minimum property to maximum in
    CouplingBetweenObjects rule (backwards incompatible) Fixed in commit
    #9210116.
  • Fixed #626: Fixed special characters escaping in violation
    description for XML output Fixed in commit #5305f5b.
  • Fixed #378: Fixed warning/error when trying to export to a
    non-existing path Fixed in commit #67bd7c6.
  • Fixed #575: Fixed UnusedFormalParameter false positive in string
    compound variable Fixed in commit #8790cbb.
  • Fixed #480: Fixed "Start tag expected, '<' not found" error Fixed in
    commit #3e2e058.
  • Fixed #494: Fixed UnusedPrivateField false positive Fixed in commit
    #99f3ba9.
  • Fixed #583: Changed LongNaming rule to apply on private fields too
    Fixed in commit #42bf8ad.
  • Fixed #598: Fixed a bug in the renderer auto-discovery Fixed in
    commit #cc06bfd.
  • Fixed #572: Added support for both @​SuppressWarnings and
    @​suppressWarnings annotation cases Fixed in commit #bb2cfe9.
  • Fixed invalid "array of strings" type hints Fixed in commit
    #16e4eda.
  • Fixed #599: Fixed Composer package type Fixed in commit #0ca4eff.
  • Fixed #604: Renamed mikey179/vfsStream to mikey179/vfsstream to
    prevent Composer error Fixed in commit #f66247f.
  • Fixed #632: Changed Scrutinizer CI settings to use local PHPUnit
    Fixed in commit #dfaa509.
  • Fixed #633: Fixed AppVeyor CI build Fixed in commit #40189f3.
  • Fixed #609: Fixed main logo link in website build script Fixed in
    commit #f3b68be.
  • Fixed #631: Fixed URL to "How to create a custom rule set"
    documentation page on website Fixed in commit #3c5b534.
  • Fixed #449: Improved code style Fixed in commit #67cdab2.
  • Fixed #447: Improved code style Fixed in commit #3ef4ba8.
  • Fixed #450: Improved code style Fixed in commit #9525da7.
  • Fixed #582: Fixed a typo in Clean Code Rules documentation Fixed in
    commit #85e48ad.
  • Fixed #567: Fixed a typo in Clean Code Rules documentation Fixed in
    commit #175b08f.
  • Implemented #472: Added rule for assignment within conditional
    (IfStatementAssignment) Implemented in commit #716ecf5.
  • Implemented #490: Added rule for count in loop (CountInLoop)
    Implemented in commit #0e30d82.
... (truncated)
Commits

Dependabot compatibility score

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.6.0...2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 31, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #46.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpmd/phpmd-2.7.0 branch December 25, 2019 04:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants