Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| { | { | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/)", | "(^externals/)", | ||||
| "(^webroot/rsrc/externals/)", | "(^webroot/rsrc/externals/)", | ||||
| "(/__tests__/data/)" | "(/__tests__/data/)" | ||||
| ], | ], | ||||
| "linters": { | "linters": { | ||||
| "chmod": { | "chmod": { | ||||
| "type": "chmod" | "type": "chmod" | ||||
| }, | }, | ||||
| "filename": { | "filename": { | ||||
| "type": "filename" | "type": "filename" | ||||
| }, | }, | ||||
| "generated": { | |||||
| "type": "generated" | |||||
| }, | |||||
| "javelin": { | "javelin": { | ||||
| "type": "javelin", | "type": "javelin", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/JsShrink/)", | "(^support/aphlict/)" | ||||
| "(^support/aphlict/)", | |||||
| "(^webroot/rsrc/externals/raphael/)" | |||||
| ] | ] | ||||
| }, | }, | ||||
| "jshint": { | "jshint": { | ||||
| "type": "jshint", | "type": "jshint", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | |||||
| "(^externals/JsShrink/)", | |||||
| "(^webroot/rsrc/externals/raphael/)" | |||||
| ], | |||||
| "jshint.jshintrc": "support/jshint/jshintconfig" | "jshint.jshintrc": "support/jshint/jshintconfig" | ||||
| }, | }, | ||||
| "json": { | "json": { | ||||
| "type": "json", | "type": "json", | ||||
| "include": [ | "include": [ | ||||
| "(^src/docs/book/.*\\.book$)", | "(^src/docs/book/.*\\.book$)", | ||||
| "(^support/jshint/jshintconfig$)", | "(^support/jshint/jshintconfig$)", | ||||
| "(^\\.arcconfig$)", | "(^\\.arcconfig$)", | ||||
| "(^\\.arclint$)", | "(^\\.arclint$)", | ||||
| "(\\.json$)" | "(\\.json$)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "generated": { | |||||
| "type": "generated" | |||||
| }, | |||||
| "merge-conflict": { | "merge-conflict": { | ||||
| "type": "merge-conflict" | "type": "merge-conflict" | ||||
| }, | }, | ||||
| "nolint": { | "nolint": { | ||||
| "type": "nolint" | "type": "nolint" | ||||
| }, | }, | ||||
| "phutil-library": { | |||||
| "type": "phutil-library", | |||||
| "include": "(\\.php$)" | |||||
| }, | |||||
| "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": { | "spelling": { | ||||
| "type": "phutil-library", | "type": "spelling" | ||||
| "include": "(\\.php$)" | |||||
| }, | }, | ||||
| "text": { | "text": { | ||||
| "type": "text", | "type": "text", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^\\.arclint)" | "(^\\.arclint)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "text-without-length": { | "text-without-length": { | ||||
| "type": "text", | "type": "text", | ||||
| "severity": { | "severity": { | ||||
| "3": "disabled" | "3": "disabled" | ||||
| }, | }, | ||||
| "include": [ | "include": [ | ||||
| "(^\\.arclint)" | "(^\\.arclint)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "spelling": { | |||||
| "type": "spelling" | |||||
| }, | |||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | "16": "advice", | ||||
| "34": "error" | "34": "error" | ||||
| }, | }, | ||||
| "xhpast.naminghook": "PhabricatorSymbolNameLinter" | "xhpast.naminghook": "PhabricatorSymbolNameLinter", | ||||
| "xhpast.php-version": "5.2.3", | |||||
| "xhpast.php-version.windows": "5.3.0" | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||