-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmago.yaml
More file actions
48 lines (44 loc) · 955 Bytes
/
mago.yaml
File metadata and controls
48 lines (44 loc) · 955 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
36
37
38
39
40
41
42
43
44
45
46
47
48
# Welcome to Mago!
# For full documentation, see https://mago.carthage.software/tools/overview
php-version: "8.4.0"
source:
paths:
- "src"
- "tests"
- "workbench/app/"
- "workbench/database/factories/"
- "workbench/database/seeders/"
includes:
- "vendor"
excludes: []
formatter:
print-width: 120
tab-width: 4
use-tabs: false
null-type-hint: "question"
linter:
integrations:
- "laravel"
rules:
ambiguous-function-call:
enabled: false
literal-named-argument:
enabled: false
halstead:
effort-threshold: 7000
class-name:
enabled: false
interface-name:
enabled: false
analyzer:
excludes:
- "tests"
# Analyzer Settings
find-unused-definitions: true
find-unused-expressions: false
analyze-dead-code: false
check-throws: false
allow-possibly-undefined-array-keys: true
perform-heuristic-checks: true
ignore:
- missing-override-attribute