mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
f0e6dc1221
Summary: If I'm not mistaken, `project_id` was recently replaced by `project.name` and `conduit_uri` replaced by `phabricator.uri`. Test Plan: I guess if this differential works, then everything is okay. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8338
9 lines
316 B
JSON
9 lines
316 B
JSON
{
|
|
"project.name" : "phabricator",
|
|
"phabricator.uri" : "https://secure.phabricator.com/",
|
|
"lint.engine" : "PhabricatorLintEngine",
|
|
"unit.engine" : "PhutilUnitTestEngine",
|
|
"load" : ["src/"],
|
|
"lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter",
|
|
"lint.jshint.config" : "support/jshint/jshintconfig"
|
|
}
|