forked from TrueCloudLab/xk6-frostfs
[#164] Makefile: Add clang-format support
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
f5df03c718
commit
11a2c9f928
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -66,6 +66,8 @@ cover:
|
|||
format:
|
||||
@echo "⇒ Processing gofmt check"
|
||||
@gofmt -s -w ./
|
||||
@echo "⇒ Processing clang-format"
|
||||
@clang-format -i **/*.js
|
||||
|
||||
# Run linters
|
||||
lint:
|
||||
|
|
Loading…
Reference in a new issue