From d2f78065420310cfe42eabf125cdb1b974a579a7 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 2 May 2024 18:23:44 +0900 Subject: [PATCH] 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 --- .arcconfig | 3 +++ .arclint | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 .arcconfig create mode 100644 .arclint diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..97b14f4 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,3 @@ +{ + "phabricator.uri": "https://issuetracker.revi.xyz" +} diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..1c1a66e --- /dev/null +++ b/.arclint @@ -0,0 +1,7 @@ +{ + "linters": { + "PHP Error Check": { + "type": "php" + } + } +} \ No newline at end of file