We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make style
1 parent 7ed319b commit ba8295fCopy full SHA for ba8295f
Makefile
@@ -185,7 +185,7 @@ cscope:
185
.PHONY: style
186
style:
187
@echo "STYLE"
188
- $(VERBOSE) docker run --rm --workdir /src -v $(PWD):/src clang-format-lint --clang-format-executable /clang-format/clang-format10 \
+ $(VERBOSE) docker run --rm --workdir /src -v $(PWD):/src$(DOCKER_MOUNT_OPTS) clang-format-lint --clang-format-executable /clang-format/clang-format10 \
189
-r $(SOURCES) $(HEADERS) | grep -v -E '^Processing [0-9]* files:' | patch -s -p1 ||:
190
191
DOCKERFILE := $(shell find $(ROOT) -type f -name Dockerfile)
0 commit comments