Public Access
32776720bd
Sweep 391 files across templates, workflows, MCP servers, CLI tools, lib, deploy, validate, wrappers, configs, and docs. All references to mokoplatform, moko-platform, MokoStandards, MokoStandards-API, and MokoEnterprise replaced with mokocli/MokoCli. Also renamed moko-platform.sublime-project → mokocli.sublime-project and fixed composer.json description.
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
|