Changeset View
Changeset View
Standalone View
Standalone View
.arcconfig
| { | { | ||||
| "project_id" : "phabricator", | "project_id" : "phabricator", | ||||
| "conduit_uri" : "https://secure.phabricator.com/api/", | "conduit_uri" : "https://secure.phabricator.com/api/", | ||||
| "lint.engine" : "PhabricatorLintEngine", | "lint.engine" : "PhabricatorLintEngine", | ||||
| "unit.engine" : "PhutilUnitTestEngine", | "unit.engine" : "PhutilUnitTestEngine", | ||||
| "copyright_holder" : "Facebook, Inc.", | |||||
| "phutil_libraries" : { | "phutil_libraries" : { | ||||
| "phabricator" : "src/" | "phabricator" : "src/" | ||||
| }, | }, | ||||
| "lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter" | "lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter" | ||||
| } | } | ||||