This commit is contained in:
Dennis Eichhorn 2022-09-27 18:07:48 +02:00
parent 780b9de0cc
commit ed89a33271
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
submodules: recursive
token: ${{ secrets.GH_PAT }}
- name: Lint Code Base
uses: github/super-linter@v4
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: develop

View File

@ -56,6 +56,7 @@ parameters:
- '#.*unserialize\(\) has parameter .* with no typehint specified#'
- '#.*refClass with generic class ReflectionClass but does not specify its types.*#'
- '#.*class Mpdf\\.*#'
- '#.*PHPDoc tag @var for constant.*#'
-
message: '#.*has parameter \$con with no typehint specified#'
path: *Ftp/File.php