Ignore errors relating to Dingo when linting

This commit is contained in:
shalvah
2020-03-31 23:00:20 +01:00
parent ddcb08461d
commit 28b89de019
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,9 @@ env:
matrix:
fast_finish: true
include:
- php: 7.4
env: COMPOSER=dingo.composer.json
name: "With Dingo router"
- php: 7.2
- php: 7.2
env: SETUP=lowest
@@ -20,9 +23,6 @@ matrix:
- php: 7.4
env: SETUP=lint
name: "Lint code"
- php: 7.4
env: COMPOSER=dingo.composer.json
name: "With Dingo router"
cache:
directories:

View File

@@ -10,3 +10,4 @@ parameters:
- '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
- '#(.*)NunoMaduro\\Collision(.*)#'
- '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
- '#.+Dingo.+#'