Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show All 20 Lines | "linters": { | ||||
| }, | }, | ||||
| "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"] | "jshint.jshintrc": "support/jshint/jshintconfig" | ||||
| }, | }, | ||||
| "generated": { | "generated": { | ||||
| "type": "generated" | "type": "generated" | ||||
| }, | }, | ||||
| "merge-conflict": { | "merge-conflict": { | ||||
| "type": "merge-conflict" | "type": "merge-conflict" | ||||
| }, | }, | ||||
| "nolint": { | "nolint": { | ||||
| Show All 28 Lines | "linters": { | ||||
| "spelling": { | "spelling": { | ||||
| "type": "spelling" | "type": "spelling" | ||||
| }, | }, | ||||
| "xhpast": { | "xhpast": { | ||||
| "type": "xhpast", | "type": "xhpast", | ||||
| "include": "(\\.php$)", | "include": "(\\.php$)", | ||||
| "severity": { | "severity": { | ||||
| "16": "advice", | "16": "advice", | ||||
| "29": "warning", | "34": "error" | ||||
| "31": "error", | |||||
| "34": "error", | |||||
| "35": "error" | |||||
| }, | }, | ||||
| "xhpast.naminghook": "PhabricatorSymbolNameLinter" | "xhpast.naminghook": "PhabricatorSymbolNameLinter" | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||