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
124397578d
commit
f3392c390a
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -66,6 +66,8 @@ cover:
|
||||||
format:
|
format:
|
||||||
@echo "⇒ Processing gofmt check"
|
@echo "⇒ Processing gofmt check"
|
||||||
@gofmt -s -w ./
|
@gofmt -s -w ./
|
||||||
|
@echo "⇒ Processing clang-format"
|
||||||
|
@clang-format -i **/*.js
|
||||||
|
|
||||||
# Run linters
|
# Run linters
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Add table
Reference in a new issue