-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmago.toml
More file actions
34 lines (29 loc) · 738 Bytes
/
mago.toml
File metadata and controls
34 lines (29 loc) · 738 Bytes
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
php-version = "8.5.0"
[source]
paths = ["src/"]
includes = ["vendor"]
excludes = ["tools"]
[formatter]
print-width = 120
tab-width = 4
use-tabs = false
[linter]
integrations = ["psl"]
[linter.rules]
ambiguous-function-call = { enabled = false }
literal-named-argument = { enabled = false }
halstead = { effort-threshold = 7000 }
[analyzer]
plugins = ["psl"]
find-unused-definitions = true
find-unused-expressions = false
analyze-dead-code = false
memoize-properties = true
allow-possibly-undefined-array-keys = true
check-throws = false
check-missing-override = false
find-unused-parameters = false
strict-list-index-checks = false
no-boolean-literal-comparison = false
check-missing-type-hints = false
register-super-globals = true