Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show All 16 Lines | "javelin": { | ||||
| ] | ] | ||||
| }, | }, | ||||
| "jshint": { | "jshint": { | ||||
| "type": "jshint", | "type": "jshint", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/JsShrink/)", | "(^externals/JsShrink/)", | ||||
| "(^webroot/rsrc/externals/raphael/)" | "(^webroot/rsrc/externals/raphael/)" | ||||
| ] | ], | ||||
| "flags": ["--config=support/jshint/jshintconfig"] | |||||
| }, | }, | ||||
| "generated": { | "generated": { | ||||
| "type": "generated" | "type": "generated" | ||||
| }, | }, | ||||
| "merge-conflict": { | "merge-conflict": { | ||||
| "type": "merge-conflict" | "type": "merge-conflict" | ||||
| }, | }, | ||||
| "nolint": { | "nolint": { | ||||
| "type": "nolint" | "type": "nolint" | ||||
| }, | }, | ||||
| "phutil-xhpast": { | "phutil-xhpast": { | ||||
| "type": "phutil-xhpast", | "type": "phutil-xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "phutil-xhpast.deprecated.functions": { | "phutil-xhpast.deprecated.functions": { | ||||
| "phutil_escape_html": "The phutil_escape_html() function is deprecated. Raw strings passed to phutil_tag() or hsprintf() are escaped automatically." | "phutil_escape_html": "The phutil_escape_html() function is deprecated. Raw strings passed to phutil_tag() or hsprintf() are escaped automatically." | ||||
| } | } | ||||
| }, | }, | ||||
| "phutil-library": { | |||||
| "type": "phutil-library", | |||||
| "include": "(\\.php$)" | |||||
| }, | |||||
| "text": { | "text": { | ||||
| "type": "text" | "type": "text", | ||||
| "exclude": [ | |||||
| "(^\\.arclint)" | |||||
| ] | |||||
| }, | |||||
| "text-without-length": { | |||||
| "type": "text", | |||||
| "severity": { | |||||
| "3": "disabled" | |||||
| }, | |||||
| "include": [ | |||||
| "(^\\.arclint)" | |||||
| ] | |||||
| }, | }, | ||||
| "spelling": { | "spelling": { | ||||
| "type": "spelling" | "type": "spelling" | ||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | "16": "advice", | ||||
| "29": "warning", | "29": "warning", | ||||
| "31": "error", | "31": "error", | ||||
| "34": "error", | "34": "error", | ||||
| "35": "error" | "35": "error" | ||||
| } | }, | ||||
| "xhpast.naminghook": "PhabricatorSymbolNameLinter" | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||