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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "linters": {
    "pep8": {
      "type": "pep8",
      "include": "(\\.py$)",
      "exclude": "(^exclude.py)",
      "severity": {
        "E401": "warning"
      }
    },
    "flake8": {
      "type": "flake8",
      "include": "(\\.py$)",
      "exclude": "(^exclude\\.py)",
      "severity": {
        "E901": "advice"
      }
    },
    "csslint": {
      "type": "csslint",
      "include": "(\\.css$)"
    },
    "text": {
      "type": "text",
      "include": "(\\.txt$)"
    },
    "ruby": {
      "type": "ruby",
      "include": "(\\.rb$)"
    },
    "filename": {
      "type": "filename"
    },
    "spelling": {
      "type": "spelling"
    },
    "nolint": {
      "type": "nolint"
    },
    "generated": {
      "type": "generated"
    },
    "phpcs": {
      "type": "phpcs",
      "include": "(\\.php)",
      "severity.rules": {
        "(^PHPCS\\.E\\.)": "warning",
        "(^PHPCS\\.W\\.)": "advice"
      }
    }
  }
}