Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15416620
D11213.id26951.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
871 B
Referenced Files
None
Subscribers
None
D11213.id26951.diff
View Options
diff --git a/.arclint b/.arclint
--- a/.arclint
+++ b/.arclint
@@ -43,7 +43,8 @@
"text": {
"type": "text",
"exclude": [
- "(^support/xhpast/\\w+\\.(hpp|l|y)$)"
+ "(^support/xhpast/\\w+\\.(hpp|l|y)$)",
+ "(^\\.arclint$)"
]
},
"text-without-length": {
@@ -52,7 +53,8 @@
"3": "disabled"
},
"include": [
- "(^support/xhpast/\\w+\\.(hpp|l|y)$)"
+ "(^support/xhpast/\\w+\\.(hpp|l|y)$)",
+ "(^\\.arclint$)"
]
},
"xhpast": {
@@ -62,6 +64,9 @@
"16": "advice",
"34": "error"
},
+ "xhpast.blacklisted.function": {
+ "eval": "The eval() function should be avoided. It is potentially unsafe and makes debugging more difficult."
+ },
"xhpast.php-version": "5.2.3",
"xhpast.php-version.windows": "5.3.0"
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 12:33 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704764
Default Alt Text
D11213.id26951.diff (871 B)
Attached To
Mode
D11213: Blacklist the use of `eval()`
Attached
Detach File
Event Timeline
Log In to Comment