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