-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathself.json
78 lines (78 loc) · 2.39 KB
/
self.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"options": {
"DocBlockInlineVars":true,
"DocBlockParamTypes":true,
"DocBlockReturns":true,
"DocBlockProperties":true,
"DocBlockTypedArrays":true,
"DocBlockGenerics":true
},
"index": ["src","vendor"],
"test": ["src"],
"ignore": ["**/src/bin/**/*", "**/test/**/*", "**/Tests/**/*", "**/tests/**/*" ,"**/ExtraStubs/**/*", "**/bamboohr/phpcs/**/*"],
"test-ignore": ["**/tests/**/*", "**/src/bin/**/*"],
"emit": [
"Standard.Access.Violation",
"Standard.Assign.ScalarType",
"Standard.Assign.Type",
"Standard.Autoload.Unsafe",
"Standard.Class.StoredAsVariable",
"Standard.ConditionalAssignment",
"Standard.Const.Type",
"Standard.Constructor.MissingCall",
"Standard.Countable.Emptiness",
"Standard.Debug",
"Standard.Deprecated.Internal",
"Standard.Deprecated.User",
"Standard.DocBlock.Mismatch",
"Standard.DocBlock.Param",
"Standard.DocBlock.Return",
"Standard.DocBlock.Type",
"Standard.DocBlock.Variable",
"Standard.Exception.Base",
"Standard.Exception.DuplicateVariable",
"Standard.Function.InsideFunction",
"Standard.Global.Expression",
"Standard.Global.String",
"Standard.Goto",
"Standard.Illegal.Enum",
"Standard.Incorrect.Dynamic",
"Standard.Incorrect.ReadOnly",
"Standard.Incorrect.Regex",
"Standard.Incorrect.Static",
"Standard.Inheritance.Unimplemented",
"Standard.Null.Dereference",
"Standard.Null.MethodCall",
"Standard.Null.Param",
"Standard.Override.Base",
"Standard.Param.Count",
"Standard.Param.Count.Excess",
"Standard.Param.Type",
"Standard.Parse.Error",
"Standard.Psr4",
"Standard.Return.Type",
"Standard.Scope",
"Standard.Security.Backtick",
"Standard.Security.Shell",
"Standard.Splat.Type",
"Standard.Switch.Break",
"Standard.Switch.BreakMultiple",
"Standard.Unknown.Callable",
"Standard.Unknown.Class",
"Standard.Unknown.Class.Constant",
"Standard.Unknown.Class.Method",
"Standard.Unknown.Class.MethodString",
"Standard.Unknown.Function",
"Standard.Unknown.Global.Constant",
"Standard.Unknown.Variable",
"Standard.Unreachable",
"Standard.Unsafe.Imagick",
"Standard.Unsafe.Superglobal",
"Standard.Unsafe.TimeZone",
"Standard.Unused.Property",
"Standard.Unused.Variable",
"Standard.Use.CaseSensitive",
"Standard.VariableFunctionCall",
"Standard.VariableVariable"
]
}