Make WordPress Core

Changeset 45600 for trunk/composer.json


Ignore:
Timestamp:
07/05/2019 02:49:53 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Upgrade WPCS to 2.1.1.

Noteable changes:

  • WPCS now throws warnings when non-strict comparisons are used. There are quite a few of them in Core. 🙃
  • WPCS now detects and warns for assignments in loop conditions.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r44645 r45600  
    1212    "require-dev": {
    1313        "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0",
    14         "wp-coding-standards/wpcs": "~2.0.0"
     14        "wp-coding-standards/wpcs": "~2.1.0"
    1515    },
    1616    "scripts": {
Note: See TracChangeset for help on using the changeset viewer.