mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 11:30:55 +01:00
566f8ab9aa
Summary: Ref T2039. This diff is the equivalent to D9057, but for rP. Depends on D9066. Test Plan: Ran `arc lint` and ensure it doesn't complain about the `.arclint` file. Reviewers: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T2039 Differential Revision: https://secure.phabricator.com/D9064
8 lines
273 B
JSON
8 lines
273 B
JSON
{
|
|
"project.name" : "phabricator",
|
|
"phabricator.uri" : "https://secure.phabricator.com/",
|
|
"unit.engine" : "PhutilUnitTestEngine",
|
|
"load" : ["src/"],
|
|
"lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter",
|
|
"lint.jshint.config" : "support/jshint/jshintconfig"
|
|
}
|