Skip to content

Commit aff8841

Browse files
committed
Removed workflows
1 parent a4b51fa commit aff8841

File tree

7 files changed

+20
-161
lines changed

7 files changed

+20
-161
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/phpstan.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

phpstan-baseline.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
parameters:
2+
ignoreErrors:

phpstan.neon.dist

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
includes:
2+
- ./vendor/larastan/larastan/extension.neon
3+
- phpstan-baseline.neon
4+
5+
parameters:
6+
tmpDir: build/phpstan
7+
8+
level: 9
9+
10+
paths:
11+
- src
12+
13+
excludePaths:
14+
15+
16+
checkOctaneCompatibility: true
17+
checkModelProperties: true
18+
noEnvCallsOutsideOfConfig: false

0 commit comments

Comments
 (0)