File tree 2 files changed +35
-4
lines changed
2 files changed +35
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
# phpunit cache
18
18
/config /.phpunit.result.cache
19
+
20
+ # mago binary
21
+ mago
Original file line number Diff line number Diff line change 1
1
[source ]
2
2
paths = [" src" , " tests" , " examples" ]
3
3
includes = [" vendor" ]
4
- excludes = []
4
+ excludes = [
5
+ " src/bootstrap.php" ,
6
+ " src/preload.php" ,
7
+ " src/Psl/Internal/Loader.php" ,
8
+ ]
5
9
6
10
[format ]
7
11
null_type_hint = " pipe"
8
12
9
13
[linter ]
10
- level = " Error"
11
- default_plugins = true
12
- plugins = [" phpunit" ]
14
+ plugins = [" php-unit" ]
15
+
16
+ [[linter .rules ]]
17
+ name = " maintainability/cyclomatic-complexity"
18
+ threshold = 43
19
+
20
+ [[linter .rules ]]
21
+ name = " maintainability/kan-defect"
22
+ threshold = 3.5
23
+
24
+ [[linter .rules ]]
25
+ name = " maintainability/halstead"
26
+ effort_threshold = 16_000.0
27
+ volume_threshold = 1_400.0
28
+ difficulty_threshold = 18.5
29
+
30
+ [[linter .rules ]]
31
+ name = " maintainability/excessive-parameter-list"
32
+ threshold = 9
33
+
34
+ [[linter .rules ]]
35
+ name = " maintainability/too-many-enum-cases"
36
+ threshold = 800
37
+
38
+ [[linter .rules ]]
39
+ name = " maintainability/too-many-methods"
40
+ threshold = 43
13
41
14
42
[[linter .rules ]]
15
43
name = " best-practices/disallowed-functions"
You can’t perform that action at this time.
0 commit comments