Public Access
c0f803dc71
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 17s
390 files: templates, workflows, MCP servers, CLI tools, lib, deploy, validate, wrappers, configs, docs. Pure find-and-replace.
27 lines
564 B
Plaintext
27 lines
564 B
Plaintext
# Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
#
|
|
# This file is part of a Moko Consulting project.
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# PHPStan configuration for mokocli projects
|
|
parameters:
|
|
level: 6
|
|
paths:
|
|
- lib
|
|
- validate
|
|
- automation
|
|
- cli
|
|
excludePaths:
|
|
analyseAndScan:
|
|
- vendor
|
|
- node_modules (?)
|
|
|
|
reportUnmatchedIgnoredErrors: false
|
|
|
|
checkFunctionNameCase: true
|
|
checkInternalClassCaseSensitivity: true
|
|
|
|
includes:
|
|
- phpstan-baseline.neon
|