Select Git revision
-
Alexander Schlemmer authoredAlexander Schlemmer authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 148 B
ALL:
@echo "THIS IS ONLY FOR DEVELOPMENT. DON'T USE IT"
formatting:
clang-format -i $$(find proto/ -type f -iname "*.proto")
linting:
buf lint