mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 13:16:32 +02:00
31 lines
622 B
Text
31 lines
622 B
Text
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
parameters:
|
|
level: 2
|
|
|
|
paths:
|
|
- addon/
|
|
- src/
|
|
|
|
excludePaths:
|
|
analyse:
|
|
- addon/*/lang/*
|
|
- addon/*/vendor/*
|
|
- addon/pumpio/oauth/*
|
|
|
|
scanDirectories:
|
|
- mod
|
|
- static
|
|
- vendor
|
|
- view
|
|
|
|
dynamicConstantNames:
|
|
- DB_UPDATE_VERSION
|
|
|
|
ignoreErrors:
|
|
-
|
|
# Ignore missing GdImage class in PHP 7.4
|
|
message: '(^Property .+ has unknown class GdImage as its type\.$)'
|
|
path: src
|