[#164] Makefile: Add clang-format support

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-11-15 18:15:52 +03:00
parent f5df03c718
commit 11a2c9f928
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD

View file

@ -66,6 +66,8 @@ cover:
format:
@echo "⇒ Processing gofmt check"
@gofmt -s -w ./
@echo "⇒ Processing clang-format"
@clang-format -i **/*.js
# Run linters
lint: