meta: Add .arcconfig

Summary: Either Phab differential or Gerrit (to be installed) but not sure what to use.

Test Plan: `arc patch`, verify lint works and connects to this instance.

Reviewers: #acl_sudoers, #blessed_reviewers, revi

Reviewed By: #acl_sudoers, #blessed_reviewers, revi

Differential Revision: https://issuetracker.revi.xyz/D7
This commit is contained in:
revi 2024-05-02 18:23:44 +09:00
parent 893232347d
commit d2f7806542
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94
2 changed files with 10 additions and 0 deletions

3
.arcconfig Normal file
View file

@ -0,0 +1,3 @@
{
"phabricator.uri": "https://issuetracker.revi.xyz"
}

7
.arclint Normal file
View file

@ -0,0 +1,7 @@
{
"linters": {
"PHP Error Check": {
"type": "php"
}
}
}