forked from disqus/nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.arcconfig
22 lines (22 loc) · 862 Bytes
/
.arcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"arcanist_configuration": "DisqusConfiguration",
"base": "git:merge-base(origin/master), arc:upstream, git:HEAD^",
"conduit_uri": "http://phabricator.local.disqus.net/",
"copyright_holder": "Disqus, Inc.",
"differential.field-selector": "DisqusDifferentialFieldSelector",
"immutable_history": false,
"lint.flake8.options": "--ignore=W391,W292,W293,E501,E225,E121,E123,E124,E127,E128,F999,F821 --exclude=disqus/contrib/*",
"lint.jshint.bin": "jshint",
"lint.jshint.prefix": "node_modules/jshint/bin",
"lint.pep8.options": "--ignore=W391,W292,W293,E501,E225,W602",
"phutil_libraries": {
"disqus": "/usr/local/include/php/libdisqus/src"
},
"project_id": "nexus",
"events.listeners": [
"JenkinsDiffEventListener"
],
"jenkins.uri": "http://ci.local.disqus.net",
"jenkins.job": "services-phabricator",
"coverage": false
}