mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-24 09:14:57 +08:00
Ignore errors relating to Dingo when linting
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -10,3 +10,4 @@ parameters:
|
||||
- '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
|
||||
- '#(.*)NunoMaduro\\Collision(.*)#'
|
||||
- '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
|
||||
- '#.+Dingo.+#'
|
||||
|
||||
Reference in New Issue
Block a user