-
-
Notifications
You must be signed in to change notification settings - Fork 254
Expand file tree
/
Copy pathmago.toml
More file actions
35 lines (30 loc) · 828 Bytes
/
mago.toml
File metadata and controls
35 lines (30 loc) · 828 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
35
# Welcome to Mago!
# For full documentation, see https://mago.carthage.software/tools/overview
php-version = "8.1.2"
[source]
workspace = "."
paths = ["src/Discord"]
includes = ["vendor"]
excludes = []
[formatter]
preset = "pint"
[linter]
integrations = ["symfony", "laravel", "pest"]
[linter.rules]
ambiguous-function-call = { enabled = false }
literal-named-argument = { enabled = false }
halstead = { effort-threshold = 7000 }
[analyzer]
plugins = []
find-unused-definitions = true
find-unused-expressions = false
analyze-dead-code = true
memoize-properties = true
allow-possibly-undefined-array-keys = true
check-throws = true
check-missing-override = true
find-unused-parameters = true
strict-list-index-checks = false
no-boolean-literal-comparison = false
check-missing-type-hints = true
register-super-globals = true