Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
836871b041 | ||
![]() |
7c11156848 | ||
![]() |
c1b20d560d | ||
![]() |
790ef209bc | ||
![]() |
0fecfab673 |
5 changed files with 3315 additions and 21 deletions
|
@ -8,6 +8,6 @@
|
||||||
<exclude name="Squiz.Scope.MethodScope.Missing" />
|
<exclude name="Squiz.Scope.MethodScope.Missing" />
|
||||||
</rule>
|
</rule>
|
||||||
<file>.</file>
|
<file>.</file>
|
||||||
<arg name="extensions" value="php,php5,inc" />
|
<arg name="extensions" value="php" />
|
||||||
<arg name="encoding" value="UTF-8" />
|
<arg name="encoding" value="UTF-8" />
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct).
|
The development of this software is covered by a [Code of Conduct](https://www.mediawiki.org/wiki/Special:MyLanguage/Code_of_Conduct).
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
{
|
{
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"jakub-onderka/php-parallel-lint": "1.0.0",
|
"mediawiki/mediawiki-codesniffer": "19.4.0",
|
||||||
"mediawiki/mediawiki-codesniffer": "18.0.0",
|
"mediawiki/minus-x": "0.3.1",
|
||||||
"jakub-onderka/php-console-highlighter": "0.3.2",
|
"php-parallel-lint/php-console-highlighter": "0.3.2",
|
||||||
"mediawiki/minus-x": "0.3.1"
|
"php-parallel-lint/php-parallel-lint": "1.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fix": [
|
"fix": [
|
||||||
"phpcbf",
|
"minus-x fix .",
|
||||||
"minus-x fix ."
|
"phpcbf"
|
||||||
],
|
],
|
||||||
"test": [
|
"test": [
|
||||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||||
"phpcs -p -s",
|
"@phpcs",
|
||||||
"minus-x check ."
|
"minus-x check ."
|
||||||
]
|
],
|
||||||
|
"phpcs": "phpcs -sp --cache"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3293
package-lock.json
generated
Normal file
3293
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "1.0.1",
|
"grunt": "1.4.0",
|
||||||
"grunt-banana-checker": "0.4.0",
|
"grunt-banana-checker": "0.4.0",
|
||||||
"grunt-contrib-jshint": "0.11.3",
|
"grunt-contrib-jshint": "0.11.3",
|
||||||
"grunt-jscs": "2.5.0",
|
"grunt-jscs": "2.5.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue