Page MenuHomeDevCentral

D437.id1060.diff
No OneTemporary

D437.id1060.diff

diff --git a/.arclint b/.arclint
new file mode 100644
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,41 @@
+{
+ "exclude": [
+ "(^tests/data/)"
+ ],
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ },
+ "merge-conflict": {
+ "type": "merge-conflict"
+ },
+ "php": {
+ "type": "php",
+ "include": "(\\.php$)"
+ },
+ "phpcs": {
+ "type": "phpcs",
+ "bin": "vendor/bin/phpcs",
+ "phpcs.standard": "PSR1",
+ "include": "(\\.php$)"
+ },
+ "spelling": {
+ "type": "spelling"
+ },
+ "xml": {
+ "type": "xml",
+ "include": "(\\.xml$)"
+ }
+ }
+}
diff --git a/composer.json b/composer.json
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,9 @@
"require": {
"php": ">=5.3.0"
},
+ "require-dev": {
+ "squizlabs/php_codesniffer": "2.*"
+ },
"autoload": {
"files": [
"PolylangHelperFunctions.php",

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 02:33 (19 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2250122
Default Alt Text
D437.id1060.diff (1 KB)

Event Timeline