Skip to content

Commit

Permalink
makefile: Excluded tencent doc check. (#1004)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka authored Apr 2, 2019
1 parent 84cad51 commit a606f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ docs: $(EMBEDMD) build
.PHONY: check-docs
check-docs: $(EMBEDMD) $(LICHE) build
@EMBEDMD_BIN="$(EMBEDMD)" scripts/genflagdocs.sh check
@$(LICHE) --recursive docs --document-root .
@$(LICHE) --recursive docs --exclude "cloud.tencent.com" --document-root .

# errcheck performs static analysis and returns error if any of the errors is not checked.
.PHONY: errcheck
Expand Down

0 comments on commit a606f2d

Please sign in to comment.