Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| { | { | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/)", | "(^externals/)" | ||||
| "(\\.lint-test$)" | |||||
| ], | ], | ||||
| "linters": { | "linters": { | ||||
| "chmod": { | "chmod": { | ||||
| "type": "chmod" | "type": "chmod" | ||||
| }, | }, | ||||
| "filename": { | "filename": { | ||||
| "type": "filename" | "type": "filename" | ||||
| }, | }, | ||||
| Show All 23 Lines | "phutil-xhpast": { | ||||
| "type": "phutil-xhpast", | "type": "phutil-xhpast", | ||||
| "include": "(\\.php$)" | "include": "(\\.php$)" | ||||
| }, | }, | ||||
| "spelling": { | "spelling": { | ||||
| "type": "spelling", | "type": "spelling", | ||||
| "exclude": "(^resources/spelling/.*\\.json$)" | "exclude": "(^resources/spelling/.*\\.json$)" | ||||
| }, | }, | ||||
| "text": { | "text": { | ||||
| "type": "text", | "type": "text" | ||||
| "exclude": [ | |||||
| "(^\\.arclint$)" | |||||
| ] | |||||
| }, | |||||
| "text-without-length": { | |||||
| "type": "text", | |||||
| "severity": { | |||||
| "3": "disabled" | |||||
| }, | |||||
| "include": [ | |||||
| "(^\\.arclint$)" | |||||
| ] | |||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | "16": "advice", | ||||
| "34": "error" | "34": "error" | ||||
| }, | }, | ||||
| "xhpast.blacklisted.function": { | "xhpast.blacklisted.function": { | ||||
| "eval": "The eval() function should be avoided. It is potentially unsafe and makes debugging more difficult." | "eval": "The eval() function should be avoided. It is potentially unsafe and makes debugging more difficult." | ||||
| }, | }, | ||||
| "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" | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||