2026-04-13 06:12:04 +00:00
|
|
|
# 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
|
|
|
|
|
|
2026-05-24 22:48:01 -05:00
|
|
|
# PHPStan configuration for moko-platform projects
|
2026-04-13 06:12:04 +00:00
|
|
|
parameters:
|
2026-05-25 22:47:39 -05:00
|
|
|
level: 6
|
2026-04-13 06:12:04 +00:00
|
|
|
paths:
|
2026-05-24 03:29:49 -05:00
|
|
|
- lib
|
|
|
|
|
- validate
|
|
|
|
|
- automation
|
|
|
|
|
- cli
|
2026-04-13 06:12:04 +00:00
|
|
|
excludePaths:
|
2026-05-24 17:46:15 -05:00
|
|
|
analyseAndScan:
|
|
|
|
|
- vendor
|
|
|
|
|
- node_modules (?)
|
2026-05-24 17:51:47 -05:00
|
|
|
|
2026-04-13 06:12:04 +00:00
|
|
|
reportUnmatchedIgnoredErrors: false
|
2026-05-24 17:51:47 -05:00
|
|
|
|
2026-04-13 06:12:04 +00:00
|
|
|
checkFunctionNameCase: true
|
|
|
|
|
checkInternalClassCaseSensitivity: true
|
2026-05-25 22:31:25 -05:00
|
|
|
|
|
|
|
|
includes:
|
|
|
|
|
- phpstan-baseline.neon
|