Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show First 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | "linters": { | ||||
| }, | }, | ||||
| "text": { | "text": { | ||||
| "type": "text" | "type": "text" | ||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | |||||
| "34": "error" | "34": "error" | ||||
| }, | }, | ||||
| "xhpast.blacklisted.function": { | "xhpast.blacklisted.function": { | ||||
| "eval": "The eval() function should be avoided. It is potentially unsafe and makes debugging more difficult." | "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": "5.2.3", | ||||
| "xhpast.php-version.windows": "5.3.0" | "xhpast.php-version.windows": "5.3.0" | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||