From 30da9a4ebd35ffbaf074321b06df576d246d6699 Mon Sep 17 00:00:00 2001 From: zjc_he Date: Fri, 10 May 2024 23:42:37 +0800 Subject: [PATCH] refactor(examples/clangtidy): rebase clangtidy example --- .gitmodules | 4 ++++ examples/{clang-tidy => clangtidy}/sillycode | 0 2 files changed, 4 insertions(+) rename examples/{clang-tidy => clangtidy}/sillycode (100%) diff --git a/.gitmodules b/.gitmodules index 91b7153..dd16605 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,7 @@ path = examples/clang-tidy/sillycode url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git branch = clang-tidy/sillycode +[submodule "examples/clangtidy/sillycode"] + path = examples/clangtidy/sillycode + url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + branch = clangtidy/sillycode diff --git a/examples/clang-tidy/sillycode b/examples/clangtidy/sillycode similarity index 100% rename from examples/clang-tidy/sillycode rename to examples/clangtidy/sillycode