Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show First 20 Lines • Show All 51 Lines • ▼ Show 20 Lines | "linters": { | ||||
| }, | }, | ||||
| "nolint": { | "nolint": { | ||||
| "type": "nolint" | "type": "nolint" | ||||
| }, | }, | ||||
| "phutil-library": { | "phutil-library": { | ||||
| "type": "phutil-library", | "type": "phutil-library", | ||||
| "include": "(\\.php$)" | "include": "(\\.php$)" | ||||
| }, | }, | ||||
| "phutil-xhpast": { | |||||
| "type": "phutil-xhpast", | |||||
| "include": "(\\.php$)", | |||||
| "phutil-xhpast.deprecated.functions": { | |||||
| "phutil_escape_html": "The phutil_escape_html() function is deprecated. Raw strings passed to phutil_tag() or hsprintf() are escaped automatically." | |||||
| } | |||||
| }, | |||||
| "spelling": { | "spelling": { | ||||
| "type": "spelling" | "type": "spelling" | ||||
| }, | }, | ||||
| "text": { | "text": { | ||||
| "type": "text" | "type": "text" | ||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "standard": "phutil.xhpast" | ||||
| "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" | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||