Use only one ruleset file
This commit is contained in:
parent
f89d84e3e8
commit
f4054e66ee
|
@ -288,12 +288,6 @@ module.exports = function( grunt ) {
|
|||
'!tmp/**', // Exclude tmp/
|
||||
'!vendor/**' // Exclude vendor/
|
||||
]
|
||||
},
|
||||
dev: {
|
||||
options: {
|
||||
standard: './dev.ruleset.xml'
|
||||
},
|
||||
src: '<%= phpcs.dist.src %>'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"squizlabs/php_codesniffer": "*",
|
||||
"wp-coding-standards/wpcs": "0.10.0",
|
||||
"phpunit/phpunit": "6.2.3",
|
||||
"woocommerce/woocommerce-git-hooks": "1.0.1"
|
||||
"woocommerce/woocommerce-git-hooks": "1.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"pre-update-cmd": [
|
||||
|
|
|
@ -4,20 +4,20 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c3a6a57fe277972bda16a77c748d84f0",
|
||||
"content-hash": "c92d229f60735fd8c40ef05495816677",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/installers",
|
||||
"version": "v1.3.0",
|
||||
"version": "v1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/installers.git",
|
||||
"reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045"
|
||||
"reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045",
|
||||
"reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045",
|
||||
"url": "https://api.github.com/repos/composer/installers/zipball/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
|
||||
"reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -63,6 +63,7 @@
|
|||
"Hurad",
|
||||
"ImageCMS",
|
||||
"Kanboard",
|
||||
"Lan Management System",
|
||||
"MODX Evo",
|
||||
"Mautic",
|
||||
"Maya",
|
||||
|
@ -86,6 +87,7 @@
|
|||
"croogo",
|
||||
"dokuwiki",
|
||||
"drupal",
|
||||
"eZ Platform",
|
||||
"elgg",
|
||||
"expressionengine",
|
||||
"fuelphp",
|
||||
|
@ -102,6 +104,7 @@
|
|||
"mediawiki",
|
||||
"modulework",
|
||||
"moodle",
|
||||
"osclass",
|
||||
"phpbb",
|
||||
"piwik",
|
||||
"ppi",
|
||||
|
@ -118,38 +121,38 @@
|
|||
"zend",
|
||||
"zikula"
|
||||
],
|
||||
"time": "2017-04-24T06:37:16+00:00"
|
||||
"time": "2017-08-09T07:53:48+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
"version": "1.0.5",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/instantiator.git",
|
||||
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
||||
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
||||
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
||||
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
||||
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3,<8.0-DEV"
|
||||
"php": "^7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"athletic/athletic": "~0.1.8",
|
||||
"ext-pdo": "*",
|
||||
"ext-phar": "*",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"squizlabs/php_codesniffer": "~2.0"
|
||||
"phpunit/phpunit": "^6.2.3",
|
||||
"squizlabs/php_codesniffer": "^3.0.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
"dev-master": "1.2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -174,7 +177,7 @@
|
|||
"constructor",
|
||||
"instantiate"
|
||||
],
|
||||
"time": "2015-06-14T21:17:01+00:00"
|
||||
"time": "2017-07-22T11:58:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
|
@ -322,16 +325,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
"version": "1.0",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
||||
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
|
||||
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
||||
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
||||
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -372,24 +375,24 @@
|
|||
"reflection",
|
||||
"static analysis"
|
||||
],
|
||||
"time": "2015-12-27T11:43:31+00:00"
|
||||
"time": "2017-09-11T18:02:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-docblock",
|
||||
"version": "3.2.0",
|
||||
"version": "4.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||||
"reference": "46f7e8bb075036c92695b15a1ddb6971c751e585"
|
||||
"reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585",
|
||||
"reference": "46f7e8bb075036c92695b15a1ddb6971c751e585",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
|
||||
"reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"php": "^7.0",
|
||||
"phpdocumentor/reflection-common": "^1.0@dev",
|
||||
"phpdocumentor/type-resolver": "^0.4.0",
|
||||
"webmozart/assert": "^1.0"
|
||||
|
@ -417,7 +420,7 @@
|
|||
}
|
||||
],
|
||||
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
||||
"time": "2017-07-15T11:38:20+00:00"
|
||||
"time": "2017-08-30T18:51:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/type-resolver",
|
||||
|
@ -468,22 +471,22 @@
|
|||
},
|
||||
{
|
||||
"name": "phpspec/prophecy",
|
||||
"version": "v1.7.0",
|
||||
"version": "v1.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpspec/prophecy.git",
|
||||
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
|
||||
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
|
||||
"reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
|
||||
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/instantiator": "^1.0.2",
|
||||
"php": "^5.3|^7.0",
|
||||
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
|
||||
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
||||
"sebastian/comparator": "^1.1|^2.0",
|
||||
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
||||
},
|
||||
|
@ -494,7 +497,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.6.x-dev"
|
||||
"dev-master": "1.7.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -527,32 +530,32 @@
|
|||
"spy",
|
||||
"stub"
|
||||
],
|
||||
"time": "2017-03-02T20:05:34+00:00"
|
||||
"time": "2017-09-04T11:05:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "5.2.1",
|
||||
"version": "5.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b"
|
||||
"reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/dc421f9ca5082a0c0cb04afb171c765f79add85b",
|
||||
"reference": "dc421f9ca5082a0c0cb04afb171c765f79add85b",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
|
||||
"reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"ext-xmlwriter": "*",
|
||||
"php": "^7.0",
|
||||
"phpunit/php-file-iterator": "^1.3",
|
||||
"phpunit/php-text-template": "^1.2",
|
||||
"phpunit/php-file-iterator": "^1.4.2",
|
||||
"phpunit/php-text-template": "^1.2.1",
|
||||
"phpunit/php-token-stream": "^1.4.11 || ^2.0",
|
||||
"sebastian/code-unit-reverse-lookup": "^1.0",
|
||||
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
||||
"sebastian/environment": "^3.0",
|
||||
"sebastian/version": "^2.0",
|
||||
"sebastian/version": "^2.0.1",
|
||||
"theseer/tokenizer": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -560,7 +563,7 @@
|
|||
"phpunit/phpunit": "^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-xdebug": "^2.5.3"
|
||||
"ext-xdebug": "^2.5.5"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -591,7 +594,7 @@
|
|||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2017-04-21T08:03:57+00:00"
|
||||
"time": "2017-08-03T12:40:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
|
@ -732,29 +735,29 @@
|
|||
},
|
||||
{
|
||||
"name": "phpunit/php-token-stream",
|
||||
"version": "1.4.11",
|
||||
"version": "2.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
||||
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
|
||||
"reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
|
||||
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
|
||||
"reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-tokenizer": "*",
|
||||
"php": ">=5.3.3"
|
||||
"php": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.2"
|
||||
"phpunit/phpunit": "^6.2.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
"dev-master": "2.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -777,7 +780,7 @@
|
|||
"keywords": [
|
||||
"tokenizer"
|
||||
],
|
||||
"time": "2017-02-27T10:12:30+00:00"
|
||||
"time": "2017-08-20T05:47:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
|
@ -865,22 +868,22 @@
|
|||
},
|
||||
{
|
||||
"name": "phpunit/phpunit-mock-objects",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||||
"reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4"
|
||||
"reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4",
|
||||
"reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
|
||||
"reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/instantiator": "^1.0.2",
|
||||
"doctrine/instantiator": "^1.0.5",
|
||||
"php": "^7.0",
|
||||
"phpunit/php-text-template": "^1.2",
|
||||
"phpunit/php-text-template": "^1.2.1",
|
||||
"sebastian/exporter": "^3.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -920,7 +923,7 @@
|
|||
"mock",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2017-06-30T08:15:21+00:00"
|
||||
"time": "2017-08-03T14:08:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
|
@ -969,21 +972,21 @@
|
|||
},
|
||||
{
|
||||
"name": "sebastian/comparator",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||||
"reference": "20f84f468cb67efee293246e6a09619b891f55f0"
|
||||
"reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/20f84f468cb67efee293246e6a09619b891f55f0",
|
||||
"reference": "20f84f468cb67efee293246e6a09619b891f55f0",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
|
||||
"reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.0",
|
||||
"sebastian/diff": "^1.2",
|
||||
"sebastian/diff": "^2.0",
|
||||
"sebastian/exporter": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -1029,32 +1032,32 @@
|
|||
"compare",
|
||||
"equality"
|
||||
],
|
||||
"time": "2017-03-03T06:26:08+00:00"
|
||||
"time": "2017-08-03T07:14:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/diff",
|
||||
"version": "1.4.3",
|
||||
"version": "2.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/diff.git",
|
||||
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
|
||||
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
||||
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
|
||||
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.3.3 || ^7.0"
|
||||
"php": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
||||
"phpunit/phpunit": "^6.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
"dev-master": "2.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -1081,7 +1084,7 @@
|
|||
"keywords": [
|
||||
"diff"
|
||||
],
|
||||
"time": "2017-05-22T07:24:03+00:00"
|
||||
"time": "2017-08-03T08:09:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/environment",
|
||||
|
@ -1253,21 +1256,21 @@
|
|||
},
|
||||
{
|
||||
"name": "sebastian/object-enumerator",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
||||
"reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8"
|
||||
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/31dd3379d16446c5d86dec32ab1ad1f378581ad8",
|
||||
"reference": "31dd3379d16446c5d86dec32ab1ad1f378581ad8",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
||||
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.0",
|
||||
"sebastian/object-reflector": "^1.0",
|
||||
"sebastian/object-reflector": "^1.1.1",
|
||||
"sebastian/recursion-context": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -1296,7 +1299,7 @@
|
|||
],
|
||||
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
||||
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
||||
"time": "2017-03-12T15:17:29+00:00"
|
||||
"time": "2017-08-03T12:35:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/object-reflector",
|
||||
|
@ -1651,16 +1654,16 @@
|
|||
},
|
||||
{
|
||||
"name": "woocommerce/woocommerce-git-hooks",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/woocommerce/woocommerce-git-hooks.git",
|
||||
"reference": "d8a4b067384282ee7bcf60151bd7e5fb4a01ad93"
|
||||
"reference": "f0eea8aa392c822f0f3b9cd0b31f92bfa4de6a0c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/woocommerce/woocommerce-git-hooks/zipball/d8a4b067384282ee7bcf60151bd7e5fb4a01ad93",
|
||||
"reference": "d8a4b067384282ee7bcf60151bd7e5fb4a01ad93",
|
||||
"url": "https://api.github.com/repos/woocommerce/woocommerce-git-hooks/zipball/f0eea8aa392c822f0f3b9cd0b31f92bfa4de6a0c",
|
||||
"reference": "f0eea8aa392c822f0f3b9cd0b31f92bfa4de6a0c",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "scripts",
|
||||
|
@ -1680,7 +1683,7 @@
|
|||
}
|
||||
],
|
||||
"description": "WooCommerce Git Hooks",
|
||||
"time": "2017-07-20T21:53:08+00:00"
|
||||
"time": "2017-09-27T16:03:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wp-coding-standards/wpcs",
|
||||
|
|
|
@ -1,80 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="WordPress Coding Standards">
|
||||
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
|
||||
<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->
|
||||
|
||||
<description>WooCommerce dev PHP_CodeSniffer ruleset.</description>
|
||||
|
||||
<rule ref="WordPress">
|
||||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH" />
|
||||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedIF" />
|
||||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedELSE" />
|
||||
<exclude name="Generic.CodeAnalysis.ForLoopWithTestFunctionalCall.NotAllowed" />
|
||||
<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
|
||||
<exclude name="Generic.Files.LowercasedFilename.NotFound" />
|
||||
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
|
||||
<exclude name="WordPress.Classes.ClassOpeningStatement.BraceOnNewLine" />
|
||||
<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification" />
|
||||
<exclude name="WordPress.DB.RestrictedFunctions.mysql" />
|
||||
<exclude name="WordPress.Files.FileName.UnderscoresNotAllowed" />
|
||||
<exclude name="WordPress.Functions.DontExtract.extract" />
|
||||
<exclude name="WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid" />
|
||||
<exclude name="WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid" />
|
||||
<exclude name="WordPress.NamingConventions.ValidHookName.UseUnderscores" />
|
||||
<exclude name="WordPress.NamingConventions.ValidVariableName.MemberNotSnakeCase" />
|
||||
<exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCase" />
|
||||
<exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar" />
|
||||
<exclude name="WordPress.NamingConventions.ValidVariableName.StringNotSnakeCase" />
|
||||
<exclude name="WordPress.PHP.DiscouragedFunctions.Discouraged" />
|
||||
<exclude name="WordPress.PHP.DiscouragedFunctions.DiscouragedWithAlternative" />
|
||||
<exclude name="WordPress.PHP.StrictComparisons.LooseComparison" />
|
||||
<exclude name="WordPress.PHP.StrictInArray.MissingTrueStrict" />
|
||||
<exclude name="WordPress.VIP.AdminBarRemoval.RemovalDetected" />
|
||||
<exclude name="WordPress.VIP.CronInterval.ChangeDetected" />
|
||||
<exclude name="WordPress.VIP.DirectDatabaseQuery.DirectQuery" />
|
||||
<exclude name="WordPress.VIP.DirectDatabaseQuery.NoCaching" />
|
||||
<exclude name="WordPress.VIP.DirectDatabaseQuery.SchemaChange" />
|
||||
<exclude name="WordPress.VIP.FileSystemWritesDisallow.FileWriteDetected" />
|
||||
<exclude name="WordPress.VIP.OrderByRand.orderby" />
|
||||
<exclude name="WordPress.VIP.PostsPerPage.posts_per_page" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.count_user_posts" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.custom_role" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.cookies" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.curl" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.error_log" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.extract" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.file_get_contents" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.get_pages" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.get_posts" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.get_term_by" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.get_term_link" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.parse_url" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.prevent_path_disclosure" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.runtime_configuration" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.serialize" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.urlencode" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.url_to_postid" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.user_meta" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.wp_redirect" />
|
||||
<exclude name="WordPress.VIP.RestrictedFunctions.wp_remote_get" />
|
||||
<exclude name="WordPress.VIP.RestrictedVariables.user_meta" />
|
||||
<exclude name="WordPress.VIP.RestrictedVariables.cache_constraints" />
|
||||
<exclude name="WordPress.VIP.SessionFunctionsUsage.session_write_close" />
|
||||
<exclude name="WordPress.VIP.SlowDBQuery.slow_db_query" />
|
||||
<exclude name="WordPress.VIP.SuperGlobalInputUsage.AccessDetected" />
|
||||
<exclude name="WordPress.VIP.ValidatedSanitizedInput.InputNotSanitized" />
|
||||
<exclude name="WordPress.VIP.ValidatedSanitizedInput.InputNotValidated" />
|
||||
<exclude name="WordPress.VIP.ValidatedSanitizedInput.MissingUnslash" />
|
||||
<exclude name="WordPress.Variables.GlobalVariables.OverrideProhibited" />
|
||||
<exclude name="WordPress.WP.EnqueuedResources.NonEnqueuedScript" />
|
||||
<exclude name="WordPress.WP.I18n.MissingSingularPlaceholder" />
|
||||
<exclude name="WordPress.WP.I18n.MismatchedPlaceholders" />
|
||||
<exclude name="WordPress.WP.I18n.NonSingularStringLiteralPlural" />
|
||||
<exclude name="WordPress.WP.I18n.NonSingularStringLiteralText" />
|
||||
<exclude name="WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet" />
|
||||
<exclude name="WordPress.WP.PreparedSQL.NotPrepared" />
|
||||
<exclude name="WordPress.XSS.EscapeOutput.OutputNotEscaped" />
|
||||
<exclude name="WordPress.XSS.EscapeOutput.UnsafePrintingFunction" />
|
||||
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
|
||||
</rule>
|
||||
</ruleset>
|
|
@ -3,75 +3,16 @@
|
|||
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
|
||||
<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->
|
||||
|
||||
<description>WooCommerce PHP_CodeSniffer ruleset.</description>
|
||||
<description>WooCommerce dev PHP_CodeSniffer ruleset.</description>
|
||||
|
||||
<rule ref="WordPress">
|
||||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCATCH" />
|
||||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedIF" />
|
||||
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedELSE" />
|
||||
<exclude name="Generic.CodeAnalysis.ForLoopWithTestFunctionalCall.NotAllowed" />
|
||||
<exclude name="Generic.Commenting.DocComment.LongNotCapital" />
|
||||
<exclude name="Generic.Commenting.DocComment.MissingShort" />
|
||||
<exclude name="Generic.Commenting.DocComment.ShortNotCapital" />
|
||||
<exclude name="Generic.Commenting.DocComment.SpacingAfter" />
|
||||
<exclude name="Generic.Commenting.DocComment.SpacingBeforeTags" />
|
||||
<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
|
||||
<exclude name="Generic.Files.LowercasedFilename.NotFound" />
|
||||
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine" />
|
||||
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace" />
|
||||
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.SpaceBeforeBrace" />
|
||||
<exclude name="Generic.PHP.DeprecatedFunctions.Deprecated" />
|
||||
<exclude name="Generic.PHP.ForbiddenFunctions.FoundWithAlternative" />
|
||||
<exclude name="Generic.PHP.LowerCaseKeyword.Found" />
|
||||
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
|
||||
<exclude name="Generic.Strings.UnnecessaryStringConcat.Found" />
|
||||
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
|
||||
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
|
||||
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
|
||||
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
|
||||
<exclude name="Squiz.Commenting.BlockComment.WrongEnd" />
|
||||
<exclude name="Squiz.Commenting.ClassComment.SpacingAfter" />
|
||||
<exclude name="Squiz.Commenting.ClassComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.ClosingDeclarationComment.Abstract" />
|
||||
<exclude name="Squiz.Commenting.EmptyCatchComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.FileComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
|
||||
<exclude name="Squiz.Commenting.FileComment.SpacingAfterComment" />
|
||||
<exclude name="Squiz.Commenting.FileComment.SpacingAfterOpen" />
|
||||
<exclude name="Squiz.Commenting.FileComment.WrongStyle" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.EmptyThrows" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ExtraParamComment" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.InvalidNoReturn" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.InvalidReturnVoid" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.MissingParamName" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.MissingParamTag" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ParamNameNoCaseMatch" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ParamNameNoMatch" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNotCapital" />
|
||||
<exclude name="Squiz.Commenting.FunctionCommentThrowTag.Missing" />
|
||||
<exclude name="Squiz.Commenting.FunctionCommentThrowTag.WrongNumber" />
|
||||
<exclude name="Squiz.Commenting.FunctionComment.WrongStyle" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.Empty" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.NotCapital" />
|
||||
<exclude name="Squiz.Commenting.InlineComment.WrongStyle" />
|
||||
<exclude name="Squiz.Commenting.VariableComment.Missing" />
|
||||
<exclude name="Squiz.Commenting.VariableComment.MissingVar" />
|
||||
<exclude name="Squiz.Commenting.VariableComment.WrongStyle" />
|
||||
<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword" />
|
||||
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceAfterDefault" />
|
||||
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen" />
|
||||
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpenHint" />
|
||||
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceBeforeEquals" />
|
||||
<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose" />
|
||||
<exclude name="Squiz.PHP.CommentedOutCode.Found" />
|
||||
<exclude name="Squiz.Strings.DoubleQuoteUsage.NotRequired" />
|
||||
<exclude name="WordPress.Classes.ClassOpeningStatement.BraceOnNewLine" />
|
||||
<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification" />
|
||||
<exclude name="WordPress.DB.RestrictedFunctions.mysql" />
|
||||
|
|
Loading…
Reference in New Issue