Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15461303
D9803.id23530.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
D9803.id23530.diff
View Options
diff --git a/.arclint b/.arclint
--- a/.arclint
+++ b/.arclint
@@ -11,22 +11,19 @@
"filename": {
"type": "filename"
},
+ "generated": {
+ "type": "generated"
+ },
"javelin": {
"type": "javelin",
"include": "(\\.js$)",
"exclude": [
- "(^externals/JsShrink/)",
- "(^support/aphlict/)",
- "(^webroot/rsrc/externals/raphael/)"
+ "(^support/aphlict/)"
]
},
"jshint": {
"type": "jshint",
"include": "(\\.js$)",
- "exclude": [
- "(^externals/JsShrink/)",
- "(^webroot/rsrc/externals/raphael/)"
- ],
"jshint.jshintrc": "support/jshint/jshintconfig"
},
"json": {
@@ -39,15 +36,16 @@
"(\\.json$)"
]
},
- "generated": {
- "type": "generated"
- },
"merge-conflict": {
"type": "merge-conflict"
},
"nolint": {
"type": "nolint"
},
+ "phutil-library": {
+ "type": "phutil-library",
+ "include": "(\\.php$)"
+ },
"phutil-xhpast": {
"type": "phutil-xhpast",
"include": "(\\.php$)",
@@ -55,9 +53,8 @@
"phutil_escape_html": "The phutil_escape_html() function is deprecated. Raw strings passed to phutil_tag() or hsprintf() are escaped automatically."
}
},
- "phutil-library": {
- "type": "phutil-library",
- "include": "(\\.php$)"
+ "spelling": {
+ "type": "spelling"
},
"text": {
"type": "text",
@@ -74,9 +71,6 @@
"(^\\.arclint)"
]
},
- "spelling": {
- "type": "spelling"
- },
"xhpast": {
"type": "xhpast",
"include": "(\\.php$)",
@@ -84,7 +78,9 @@
"16": "advice",
"34": "error"
},
- "xhpast.naminghook": "PhabricatorSymbolNameLinter"
+ "xhpast.naminghook": "PhabricatorSymbolNameLinter",
+ "xhpast.php-version": "5.2.3",
+ "xhpast.php-version.windows": "5.3.0"
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 7:09 AM (6 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223676
Default Alt Text
D9803.id23530.diff (1 KB)
Attached To
Mode
D9803: Minor fixes for `.arclint` file
Attached
Detach File
Event Timeline
Log In to Comment