mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge ".phpcs.xml: Drop unnecessary exclusions"
This commit is contained in:
commit
08fa82bbe5
|
@ -7,7 +7,4 @@
|
||||||
<file>.</file>
|
<file>.</file>
|
||||||
<arg name="extensions" value="php,php5,inc"/>
|
<arg name="extensions" value="php,php5,inc"/>
|
||||||
<arg name="encoding" value="UTF-8"/>
|
<arg name="encoding" value="UTF-8"/>
|
||||||
<exclude-pattern>vendor</exclude-pattern>
|
|
||||||
<exclude-pattern>node_modules</exclude-pattern>
|
|
||||||
<exclude-pattern>lib/ve</exclude-pattern>
|
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": [
|
"test": [
|
||||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||||
"phpcs -p -s",
|
"minus-x check .",
|
||||||
"minus-x check ."
|
"phpcs -sp"
|
||||||
],
|
],
|
||||||
"fix": [
|
"fix": [
|
||||||
"phpcbf",
|
"minus-x fix .",
|
||||||
"minus-x fix ."
|
"phpcbf"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
Loading…
Reference in a new issue