Skip to content

Commit 28b89de

Browse files
committed
Ignore errors relating to Dingo when linting
1 parent ddcb084 commit 28b89de

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
matrix:
99
fast_finish: true
1010
include:
11+
- php: 7.4
12+
env: COMPOSER=dingo.composer.json
13+
name: "With Dingo router"
1114
- php: 7.2
1215
- php: 7.2
1316
env: SETUP=lowest
@@ -20,9 +23,6 @@ matrix:
2023
- php: 7.4
2124
env: SETUP=lint
2225
name: "Lint code"
23-
- php: 7.4
24-
env: COMPOSER=dingo.composer.json
25-
name: "With Dingo router"
2626

2727
cache:
2828
directories:

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ parameters:
1010
- '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
1111
- '#(.*)NunoMaduro\\Collision(.*)#'
1212
- '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
13+
- '#.+Dingo.+#'

0 commit comments

Comments
 (0)