mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
25 lines
438 B
Text
25 lines
438 B
Text
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
parameters:
|
|
level: 0
|
|
|
|
paths:
|
|
- addon/
|
|
- src/
|
|
|
|
excludePaths:
|
|
analyse:
|
|
- addon/*/lang/*
|
|
- addon/*/vendor/*
|
|
- addon/pumpio/oauth/*
|
|
|
|
scanDirectories:
|
|
- mod
|
|
- static
|
|
- vendor
|
|
- view
|
|
|
|
dynamicConstantNames:
|
|
- DB_UPDATE_VERSION
|