From 6bb70b1feff4df19661ace479831787193c8d561 Mon Sep 17 00:00:00 2001 From: zjc_he Date: Tue, 28 May 2024 21:15:20 +0800 Subject: [PATCH] feat(examples/cppcheck/sillycode): update cppcheck sillycode example --- .gitmodules | 4 ++++ examples/cppcheck/sillycode | 1 + 2 files changed, 5 insertions(+) create mode 160000 examples/cppcheck/sillycode diff --git a/.gitmodules b/.gitmodules index 71c5721..d6f32b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,7 @@ path = examples/keyword/clangtidy/sillycode url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git branch = keyword/clangtidy/sillycode +[submodule "examples/cppcheck/sillycode"] + path = examples/cppcheck/sillycode + url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + branch = cppcheck/sillycode diff --git a/examples/cppcheck/sillycode b/examples/cppcheck/sillycode new file mode 160000 index 0000000..8b4a93f --- /dev/null +++ b/examples/cppcheck/sillycode @@ -0,0 +1 @@ +Subproject commit 8b4a93f53cabc271269dcecbe073cfc0ab38d010