summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-09-05 01:28:54 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-09-05 01:28:54 +0000
commit7d432c6a780a3a67ac3354e5ca96777204a57e2e (patch)
treed8afe50177b4cf45064659e81a28ca90eee4c6d8
parentdb9e045115b6c56537bc5fe954497a47630f1a4f (diff)
Set up things for arcanist/phabricator
-rw-r--r--.arcconfig3
-rw-r--r--.arclint17
2 files changed, 20 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 0000000..6f784a0
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,3 @@
+{
+ "phabricator.uri": "https://asm.shalture.org/"
+}
diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000..8781969
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,17 @@
+{
+ "linters": {
+ "text": {
+ "type": "text",
+ "exclude": "(^lib/Net/|\\.json$)"
+ },
+ "chmod": {
+ "type": "chmod"
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "merge-conflict": {
+ "type": "merge-conflict"
+ }
+ }
+}