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