1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/CODEOWNERS
Line: 10: incorrect codeowner user: n-eiling Line: 10: no users/groups matched Line: 11: incorrect codeowner user: n-eiling Line: 11: no users/groups matched Line: 12: incorrect codeowner user: n-eiling Line: 12: no users/groups matched Line: 13: incorrect codeowner user: n-eiling Line: 13: no users/groups matched Line: 14: incorrect codeowner user: n-eiling Line: 14: no users/groups matched Line: 15: incorrect codeowner user: n-eiling Line: 15: no users/groups matched Line: 16: incorrect codeowner user: n-eiling Line: 16: no users/groups matched Line: 17: incorrect codeowner user: n-eiling Line: 17: no users/groups matched Line: 18: incorrect codeowner user: n-eiling Line: 18: no users/groups matched Line: 22: incorrect codeowner user: windrad6 Line: 22: no users/groups matched Line: 23: incorrect codeowner user: windrad6 Line: 23: no users/groups matched Line: 24: incorrect codeowner user: windrad6 Line: 24: no users/groups matched Line: 25: incorrect codeowner user: windrad6 Line: 25: no users/groups matched Line: 26: incorrect codeowner user: windrad6 Line: 26: no users/groups matched Line: 27: incorrect codeowner user: windrad6 Line: 27: no users/groups matched Line: 30: incorrect codeowner user: n-eiling Line: 30: no users/groups matched Line: 31: incorrect codeowner user: n-eiling Line: 31: no users/groups matched
Niklas Eiling 306eea8e39 chore: add n-eiling as codeowner of all kernel files
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2025-01-24 10:43:15 +01:00

31 lines
1.4 KiB
Text

# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies the following files, only the following members
# and not the global owner(s) will be requested for a review.
# FPGA
fpga @n-eiling
/lib/nodes/fpga.cpp @n-eiling
/include/villas/nodes/fpga.hpp @n-eiling
/tools/hwdef-parse.py @n-eiling
/tools/fpga-* @n-eiling
/fpga @n-eiling
/etc/examples/nodes/fpga.conf @n-eiling
/etc/fpga @n-eiling
/doc/openapi/components/schemas/nodes/fpga.yaml @n-eiling
# PMU
/lib/nodes/libiec61850_goose.cpp @windrad6
/include/villas/nodes/libiec61850_goose.hpp @windrad6
/lib/nodes/uldaq.cpp @windrad6
/include/villas/nodes/uldaq.hpp @windrad6
/lib/dumper.cpp @windrad6
/include/villas/dumper.hpp @windrad6
# VFIO related files
/common/lib/kernel @n-eiling
/common/include/villas/kernel @n-eiling