diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..7f5ecd5 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,5 @@ +{ + "phabricator.uri": "http://devcentral.nasqueron.org/", + "repository.callsign": "CORE", + "lint.engine": "ArcanistConfigurationDrivenLintEngine" +} diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..9c7c4da --- /dev/null +++ b/.arclint @@ -0,0 +1,11 @@ +{ + "linters": { + "repo": { + "type": "chmod" + }, + "json": { + "type": "jsonlint", + "include": "(\\.json$)" + } + } +}