-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathalchemy.yml
More file actions
57 lines (52 loc) 路 882 Bytes
/
Copy pathalchemy.yml
File metadata and controls
57 lines (52 loc) 路 882 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
49
50
51
52
53
54
55
56
57
app:
- src
tests:
engine: pest
parallel: false
paths:
- tests
files:
- '*.test.php'
coverage:
local: false
actions: true
lint:
preset: PSR12
rules:
no_unused_imports: true
not_operator_with_successor_space: false
single_quote: true
actions:
run:
- lint
- tests
os:
- ubuntu-latest
php:
extensions: json, zip, dom, curl, libxml, mbstring, PDO_PGSQL
versions:
- '8.4'
- '8.3'
- '8.2'
events:
- push
- pull_request
refactor:
paths:
- src
- tests
php: '8.2'
fluent-new-line: true
import-names: true
analyse:
level: 8
paths:
- src
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
- phpstan-baseline.neon
excludePaths:
- tests
reportIgnoresWithoutComments: true
reportUnmatchedIgnoredErrors: true
treatPhpDocTypesAsCertain: false