Changeset View
Changeset View
Standalone View
Standalone View
.arcconfig
| { | { | ||||
| "project.name" : "phabricator", | "project.name" : "phabricator", | ||||
| "phabricator.uri" : "https://secure.phabricator.com/", | "phabricator.uri" : "https://secure.phabricator.com/", | ||||
| "lint.engine" : "PhabricatorLintEngine", | |||||
| "unit.engine" : "PhutilUnitTestEngine", | "unit.engine" : "PhutilUnitTestEngine", | ||||
| "load" : ["src/"], | "load" : ["src/"], | ||||
| "lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter", | "lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter", | ||||
| "lint.jshint.config" : "support/jshint/jshintconfig" | "lint.jshint.config" : "support/jshint/jshintconfig" | ||||
joshuaspence: Ideally, these would be moved into `.arclint`. I was going to do that separately, but if you… | |||||
Not Done Inline ActionsHaha, separately is fine. :P epriestley: Haha, separately is fine. :P | |||||
| } | } | ||||
Ideally, these would be moved into .arclint. I was going to do that separately, but if you ask nicely I will put it into this diff.