friendica-github/.phpstan.neon

26 lines
438 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
#
# SPDX-License-Identifier: CC0-1.0
parameters:
2024-11-16 15:54:24 +00:00
level: 1
paths:
2024-11-23 22:15:04 +00:00
- addon/
- src/
2024-11-23 23:06:45 +00:00
excludePaths:
analyse:
2024-11-28 12:39:26 +00:00
- addon/*/lang/*
2024-11-23 23:06:45 +00:00
- addon/*/vendor/*
- addon/pumpio/oauth/*
2024-11-23 23:06:45 +00:00
scanDirectories:
- mod
- static
- vendor
- view
dynamicConstantNames:
- DB_UPDATE_VERSION