mirror of
https://github.com/friendica/friendica
synced 2025-12-07 05:47:10 +01:00
29 lines
548 B
Text
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: []
|