Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | "phutil-library": { | ||||
| "include": "(\\.php$)" | "include": "(\\.php$)" | ||||
| }, | }, | ||||
| "spelling": { | "spelling": { | ||||
| "type": "spelling" | "type": "spelling" | ||||
| }, | }, | ||||
| "text": { | "text": { | ||||
| "type": "text", | "type": "text", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json))" | "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "text-without-length": { | "text-without-length": { | ||||
| "type": "text", | "type": "text", | ||||
| "include": [ | "include": [ | ||||
| "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json))" | "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))" | ||||
| ], | ], | ||||
| "severity": { | "severity": { | ||||
| "3": "disabled" | "3": "disabled" | ||||
| } | } | ||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "standard": "phutil.xhpast" | "standard": "phutil.xhpast" | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||