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

« back to all changes in this revision

Viewing changes to .arclint

  • 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
  "exclude": [
 
3
    "(^externals/)",
 
4
    "(\\.lint-test$)"
 
5
  ],
 
6
  "linters": {
 
7
    "chmod": {
 
8
      "type": "chmod"
 
9
    },
 
10
    "filename": {
 
11
      "type": "filename"
 
12
    },
 
13
    "generated": {
 
14
      "type": "generated"
 
15
    },
 
16
    "json": {
 
17
      "type": "json",
 
18
      "include": [
 
19
        "(^resources/arclint/.*\\.arclint\\.example$)",
 
20
        "(^\\.arcconfig$)",
 
21
        "(^\\.arclint$)",
 
22
        "(\\.json$)"
 
23
      ]
 
24
    },
 
25
    "merge-conflict": {
 
26
      "type": "merge-conflict"
 
27
    },
 
28
    "nolint": {
 
29
      "type": "nolint"
 
30
    },
 
31
    "phutil-library": {
 
32
      "type": "phutil-library",
 
33
      "include": "(\\.php$)"
 
34
    },
 
35
    "phutil-xhpast": {
 
36
      "type": "phutil-xhpast",
 
37
      "include": "(\\.php$)"
 
38
    },
 
39
    "spelling": {
 
40
      "type": "spelling",
 
41
      "exclude": "(resources/spelling/.*\\.json$)"
 
42
    },
 
43
    "text": {
 
44
      "type": "text"
 
45
    },
 
46
    "xhpast": {
 
47
      "type": "xhpast",
 
48
      "include": "(\\.php$)",
 
49
      "severity": {
 
50
        "16": "advice",
 
51
        "34": "error"
 
52
      },
 
53
      "xhpast.php-version": "5.2.3",
 
54
      "xhpast.php-version.windows": "5.3.0"
 
55
    }
 
56
  }
 
57
}