mirror of
https://github.com/ivuorinen/xkcd-Mailer.git
synced 2026-01-26 03:04:01 +00:00
1.0.0
for real this time?
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "phpcs --warning-severity=0 .",
|
"lint": "phpcs --warning-severity=0",
|
||||||
"lint-all": "phpcs .",
|
"lint-all": "phpcs",
|
||||||
"fix": "phpcbf ."
|
"fix": "phpcbf"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"
|
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"
|
||||||
>
|
>
|
||||||
<description>PHP Code Sniffer configuration file.</description>
|
<description>PHP Code Sniffer configuration file.</description>
|
||||||
|
|
||||||
|
<file>.</file>
|
||||||
|
|
||||||
<arg name="basepath" value="."/>
|
<arg name="basepath" value="."/>
|
||||||
<arg name="colors"/>
|
<arg name="colors"/>
|
||||||
<arg name="extensions" value="php"/>
|
<arg name="extensions" value="php"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user