summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-10 13:20:42 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-10 13:20:42 +0200
commitaaf6d7963314c1fcb86b84442cd3d960bc87297b (patch)
treee5f686eb9f2dbffe0cb0c7ce0d2800002b66d637 /client
parentbd702f9ddc6a309397f22309f07390b615aab766 (diff)
added clang-tidy to make format
Diffstat (limited to 'client')
-rw-r--r--client/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/makefile b/client/makefile
index dcba6f3..23d5ce6 100644
--- a/client/makefile
+++ b/client/makefile
@@ -21,6 +21,7 @@ clean:
format:
clang-format -i $(SOURCES) $(HEADERS)
+ clang-tidy --fix-errors $(SOURCES) $(HEADERS)
compile_commands: clean
bear -- make