From 1e35af770f8da34f1ccfcd991fabede5f832be38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Fri, 17 Apr 2020 23:22:00 +0200 Subject: [PATCH] Add c style checker --- .gitmodules | 4 ++++ c-style-checker | 1 + 2 files changed, 5 insertions(+) create mode 160000 c-style-checker diff --git a/.gitmodules b/.gitmodules index 5635b65..00cf1d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "stm-firmware/shellmatta"] path = stm-firmware/shellmatta url = https://git.shimatta.de/mhu/shellmatta +[submodule "c-style-checker"] + path = c-style-checker + url = https://git.shimatta.de/mhu/c-style-checker.git + branch = master diff --git a/c-style-checker b/c-style-checker new file mode 160000 index 0000000..3a58e3d --- /dev/null +++ b/c-style-checker @@ -0,0 +1 @@ +Subproject commit 3a58e3dd1c2ef6de78df89c8fdc7ba96b51cd4e0