Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3750664
D437.id1060.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D437.id1060.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D437: Arcanist linter configuration
Attached
Detach File
Event Timeline
Log In to Comment