diff options
| -rw-r--r-- | .arcconfig | 3 | ||||
| -rw-r--r-- | .arclint | 17 |
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" + } + } +} |
