Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | "phutil-xhpast": { | ||||
| } | } | ||||
| }, | }, | ||||
| "spelling": { | "spelling": { | ||||
| "type": "spelling" | "type": "spelling" | ||||
| }, | }, | ||||
| "text": { | "text": { | ||||
| "type": "text", | "type": "text", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^\\.arclint)" | "(^\\.arclint)", | ||||
| "(^resources/sql/quickstart.sql)" | |||||
| ] | ] | ||||
| }, | }, | ||||
| "text-without-length": { | "text-without-length": { | ||||
| "type": "text", | "type": "text", | ||||
| "severity": { | "severity": { | ||||
| "3": "disabled" | "3": "disabled" | ||||
| }, | }, | ||||
| "include": [ | "include": [ | ||||
| "(^\\.arclint)" | "(^\\.arclint)", | ||||
| "(^resources/sql/quickstart.sql)" | |||||
| ] | ] | ||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | "16": "advice", | ||||
| "34": "error" | "34": "error" | ||||
| }, | }, | ||||
| "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" | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||