Skip to content

Commit

Permalink
Add Phabricator integration
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Aug 8, 2017
1 parent 295deed commit 7288470
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .arcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"load": [
"material-arc-tools/third_party/arc-hook-conphig",
"material-arc-tools/third_party/arc-hook-github-issues",
"material-arc-tools/third_party/arc-proselint"
],
"arcanist_configuration": "HookConphig",
"phabricator.uri": "http://codereview.cc/",
"arc.land.onto.default": "develop",
"arc.feature.start.default": "origin/develop"
}
25 changes: 25 additions & 0 deletions .arclint
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"linters": {
"chmod": {
"type": "chmod"
},
"prose": {
"type": "prose",
"include": "(\\.(md)$)",
"exclude": [
"(^CHANGELOG.md)"
],
"severity": {
"consistency.spacing": "disabled",
"typography.symbols.curly_quotes": "disabled",
"typography.symbols.ellipsis": "disabled",
"leonard.exclamation.30ppm": "disabled",
"misc.annotations": "warning"
}
},
"spelling": {
"type": "spelling",
"include": "(\\.(md)$)"
}
}
}

0 comments on commit 7288470

Please sign in to comment.