mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 07:52:39 +01:00
b63828a87e
Summary: Ref T2039. The `.arclint` file is reasonably complete now and we should start using it if possible, since we are trying to recommend it to others. Test Plan: `arc lint`. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T2039 Differential Revision: https://secure.phabricator.com/D9057
8 lines
162 B
JSON
8 lines
162 B
JSON
{
|
|
"project.name" : "arcanist",
|
|
"phabricator.uri" : "https://secure.phabricator.com/",
|
|
"unit.engine" : "PhutilUnitTestEngine",
|
|
"load" : [
|
|
"src/"
|
|
]
|
|
}
|