Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| { | { | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/)" | "(^externals/)" | ||||
| ], | ], | ||||
| "linters": { | "linters": { | ||||
| "chmod": { | "chmod": { | ||||
| "type": "chmod" | "type": "chmod" | ||||
| }, | }, | ||||
| "filename": { | "filename": { | ||||
| "type": "filename" | "type": "filename" | ||||
| }, | }, | ||||
| "generated": { | "generated": { | ||||
| "type": "generated" | "type": "generated" | ||||
| }, | }, | ||||
| "json": { | |||||
| "type": "json", | |||||
| "include": [ | |||||
| "(^\\.arcconfig$)", | |||||
| "(^\\.arclint$)", | |||||
| "(\\.json$)" | |||||
| ] | |||||
| }, | |||||
| "merge-conflict": { | "merge-conflict": { | ||||
| "type": "merge-conflict" | "type": "merge-conflict" | ||||
| }, | }, | ||||
| "nolint": { | "nolint": { | ||||
| "type": "nolint" | "type": "nolint" | ||||
| }, | }, | ||||
| "phutil-xhpast": { | |||||
| "type": "phutil-xhpast", | |||||
| "include": "(\\.php$)" | |||||
| }, | |||||
| "phutil-library": { | "phutil-library": { | ||||
| "type": "phutil-library", | "type": "phutil-library", | ||||
| "include": "(\\.php$)" | "include": "(\\.php$)" | ||||
| }, | }, | ||||
| "text": { | "phutil-xhpast": { | ||||
| "type": "text" | "type": "phutil-xhpast", | ||||
| "include": "(\\.php$)" | |||||
| }, | }, | ||||
| "spelling": { | "spelling": { | ||||
| "type": "spelling" | "type": "spelling" | ||||
| }, | }, | ||||
| "text": { | |||||
| "type": "text" | |||||
| }, | |||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | "16": "advice", | ||||
| "29": "warning", | "34": "error" | ||||
| "31": "error", | }, | ||||
| "34": "error", | "xhpast.php-version": "5.2.3", | ||||
| "35": "error" | "xhpast.php-version.windows": "5.3.0" | ||||
| } | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||