Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / .arclint
blob29258b5d3e9f7e493ac554d2463d38b0ff32f185
2   "exclude": [
3     "(^externals/)",
4     "(^webroot/rsrc/externals/(?!javelin/))",
5     "(/__tests__/data/)"
6   ],
7   "linters": {
8     "chmod": {
9       "type": "chmod"
10     },
11     "filename": {
12       "type": "filename"
13     },
14     "generated": {
15       "type": "generated"
16     },
17     "javelin": {
18       "type": "javelin",
19       "include": "(\\.js$)",
20       "exclude": [
21         "(^support/aphlict/)"
22       ]
23     },
24     "jshint-browser": {
25       "type": "jshint",
26       "include": "(\\.js$)",
27       "exclude": [
28         "(^support/aphlict/server/.*\\.js$)",
29         "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)"
30       ],
31       "jshint.jshintrc": "support/lint/browser.jshintrc"
32     },
33     "jshint-node": {
34       "type": "jshint",
35       "include": [
36         "(^support/aphlict/server/.*\\.js$)",
37         "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)"
38       ],
39       "jshint.jshintrc": "support/lint/node.jshintrc"
40     },
41     "json": {
42       "type": "json",
43       "include": [
44         "(^src/docs/book/.*\\.book$)",
45         "(^support/lint/jshintrc$)",
46         "(^\\.arcconfig$)",
47         "(^\\.arclint$)",
48         "(\\.json$)"
49       ]
50     },
51     "merge-conflict": {
52       "type": "merge-conflict"
53     },
54     "nolint": {
55       "type": "nolint"
56     },
57     "phutil-library": {
58       "type": "phutil-library",
59       "include": "(\\.php$)"
60     },
61     "spelling": {
62       "type": "spelling"
63     },
64     "text": {
65       "type": "text",
66       "exclude": [
67         "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))"
68       ]
69     },
70     "text-without-length": {
71       "type": "text",
72       "include": [
73         "(^src/(.*/)?__tests__/[^/]+/.*\\.(txt|json|expect))"
74       ],
75       "severity": {
76         "3": "disabled"
77       }
78     },
79     "xhpast": {
80       "type": "xhpast",
81       "include": "(\\.php$)",
82       "standard": "phutil.xhpast",
83       "xhpast.php-version": "5.5"
84     }
85   }