~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to resources/arclint/general-purpose.arclint.example

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20141101232006-mvlnp0cil67tsboe
Tags: upstream-0~git20141101/arcanist
Import upstream version 0~git20141101, component arcanist

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "linters": {
 
3
    "filename": {
 
4
      "type": "filename"
 
5
    },
 
6
    "generated": {
 
7
      "type": "generated"
 
8
    },
 
9
    "merge-conflict": {
 
10
      "type": "merge-conflict"
 
11
    },
 
12
    "nolint": {
 
13
      "type": "nolint"
 
14
    },
 
15
    "text": {
 
16
      "type": "text"
 
17
    },
 
18
    "spelling": {
 
19
      "type": "spelling"
 
20
    }
 
21
  }
 
22
}