Arcanist config

This commit is contained in:
N3X15
2015-01-19 03:09:49 +00:00
parent e413fcc3e1
commit 06740e2957
2 changed files with 23 additions and 0 deletions

4
.arcconfig Normal file
View File

@@ -0,0 +1,4 @@
{
"phabricator.uri": "http://phab.nexisonline.net",
"project.name": "Space Station 14"
}

19
.arclint Normal file
View File

@@ -0,0 +1,19 @@
{
"linters": {
"csharp": {
"type": "csharp",
"include": "(\\.cs$)",
"exclude": "(^MogreDependencies/)",
"discovery": {
"([^/]+)/(.*?)\\.cs": [
"$1/$1.csproj"
],
"([^\\\\]+)\\\\(.*?)\\.cs": [
"$1\\$1.csproj"
]
},
"binary":"cslint"
}
}
}