mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-08 23:58:39 +00:00
update versions and baselines
This commit is contained in:
parent
5472bd2f4f
commit
b1fb6e7b8d
|
|
@ -15,6 +15,7 @@
|
||||||
<exclude-pattern>*/Modules/Media/Files/*</exclude-pattern>
|
<exclude-pattern>*/Modules/Media/Files/*</exclude-pattern>
|
||||||
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||||||
<exclude-pattern>*/Resources/*</exclude-pattern>
|
<exclude-pattern>*/Resources/*</exclude-pattern>
|
||||||
|
<exclude-pattern>*/Web/*</exclude-pattern>
|
||||||
<exclude-pattern>*/Routes/*</exclude-pattern>
|
<exclude-pattern>*/Routes/*</exclude-pattern>
|
||||||
<exclude-pattern>*/tests/*</exclude-pattern>
|
<exclude-pattern>*/tests/*</exclude-pattern>
|
||||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -6,6 +6,7 @@ parameters:
|
||||||
- php
|
- php
|
||||||
reportUnmatchedIgnoredErrors: false
|
reportUnmatchedIgnoredErrors: false
|
||||||
inferPrivatePropertyTypeFromConstructor: true
|
inferPrivatePropertyTypeFromConstructor: true
|
||||||
|
checkMissingIterableValueType: false
|
||||||
excludes_analyse:
|
excludes_analyse:
|
||||||
- *.tpl.php
|
- *.tpl.php
|
||||||
- */tests/*
|
- */tests/*
|
||||||
|
|
@ -30,12 +31,13 @@ parameters:
|
||||||
- */node_modules/*
|
- */node_modules/*
|
||||||
- */Modules/Shop/Admin/Install/Application/*
|
- */Modules/Shop/Admin/Install/Application/*
|
||||||
- */Install/Application*
|
- */Install/Application*
|
||||||
|
- */Web/*
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#[.]*PhpOffice\\PhpSpreadsheet\\[.]*#'
|
- '#[.]*PhpOffice\\PhpSpreadsheet\\[.]*#'
|
||||||
- '#^Call to an undefined method phpOMS\\Module\\ModuleAbstract::[.]*#'
|
- '#^Call to an undefined method phpOMS\\Module\\ModuleAbstract::[.]*#'
|
||||||
- '#^Strict comparison using === between[.]*#'
|
- '#^Strict comparison using === between[.]*#'
|
||||||
- '#expects phpOMS\\Algorithm\\PathFinding\\JumpPointNode\\|null, phpOMS\\Algorithm\\PathFinding\\Node\\|null given#'
|
- '#expects phpOMS\\Algorithm\\PathFinding\\JumpPointNode\|null, phpOMS\\Algorithm\\PathFinding\\Node\|null given#'
|
||||||
- '#should return array<phpOMS\\Algorithm\\PathFinding\\Node> but returns array<int, phpOMS\\Algorithm\\PathFinding\\Node\\|null#'
|
- '#should return array<phpOMS\\Algorithm\\PathFinding\\Node> but returns array<int, phpOMS\\Algorithm\\PathFinding\\Node\|null#'
|
||||||
-
|
-
|
||||||
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#"
|
||||||
path: *Algorithm/JobScheduling/Weighted.php
|
path: *Algorithm/JobScheduling/Weighted.php
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
mkdir Build/test
|
||||||
|
|
||||||
php phpcs.phar ./ --standard="Build/Config/phpcs.xml"
|
php phpcs.phar ./ --standard="Build/Config/phpcs.xml"
|
||||||
php phpstan.phar analyse --autoload-file=phpOMS/Autoloader.php -l 7 -c Build/Config/phpstan.neon ./
|
php phpstan.phar analyse --autoload-file=phpOMS/Autoloader.php -l 7 -c Build/Config/phpstan.neon ./
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user