diff options
| author | 2016-09-05 01:28:54 +0000 | |
|---|---|---|
| committer | 2016-09-05 01:28:54 +0000 | |
| commit | 7d432c6a780a3a67ac3354e5ca96777204a57e2e (patch) | |
| tree | d8afe50177b4cf45064659e81a28ca90eee4c6d8 /.arclint | |
| parent | db9e045115b6c56537bc5fe954497a47630f1a4f (diff) | |
Set up things for arcanist/phabricator
Diffstat (limited to '.arclint')
| -rw-r--r-- | .arclint | 17 |
1 files changed, 17 insertions, 0 deletions
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" + } + } +} |
