Skip to content

Commit 1027652

Browse files
authored
Align with Contributte standards (contributte#22)
1 parent 644a7f2 commit 1027652

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.docs export-ignore
2+
.editorconfig export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
.github export-ignore
6+
Makefile export-ignore
7+
phpstan.neon export-ignore
8+
ruleset.xml export-ignore
9+
tests export-ignore

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: ["*"]
99

1010
schedule:
11-
- cron: "0 8 * * 1"
11+
- cron: "0 9 * * 1"
1212

1313
jobs:
1414
coverage:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ "*" ]
99

1010
schedule:
11-
- cron: "0 8 * * 1"
11+
- cron: "0 10 * * 1"
1212

1313
jobs:
1414
test85:

phpstan.neon

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ includes:
33

44
parameters:
55
level: 9
6-
phpVersion: 80100
6+
phpVersion: 80200
77

88
scanDirectories:
99
- src
@@ -14,5 +14,3 @@ parameters:
1414
paths:
1515
- src
1616
- .docs
17-
18-
ignoreErrors:

0 commit comments

Comments
 (0)