friendica/.phpstan-addons.neon
Hypolite Petovan 3e7a1770dd Exclude deprecated PHPMailer library from PHPStan static analysis
- We should update PHPMailer or install it via Composer
2025-09-26 15:58:04 -04:00

29 lines
548 B
Text

# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
parameters:
level: 3
paths:
- addon/
excludePaths:
analyse:
- addon/*/lang/*
- addon/*/vendor/*
- addon/convert/UnitConvertor.php
- addon/pumpio/oauth/*
- addon/mailstream/phpmailer/*
scanDirectories:
- mod
- src
- static
- vendor
- view
dynamicConstantNames:
- DB_UPDATE_VERSION
ignoreErrors: []