Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show First 20 Lines • Show All 65 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)" | "(^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)" | "(^resources/sql/quickstart.sql$)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | "16": "advice", | ||||
| "34": "error" | "34": "error" | ||||
| Show All 9 Lines | |||||