Skip to content

Commit

Permalink
errdoc(engine): remove dataflow engine from error doc generator (#5721)
Browse files Browse the repository at this point in the history
ref #5352
  • Loading branch information
amyangfei authored Jun 2, 2022
1 parent 33c3e2f commit 44af201
Show file tree
Hide file tree
Showing 5 changed files with 541 additions and 512 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ terror_check:
@echo "check terror conflict"
@cd dm && _utils/terror_gen/check.sh

check-engine-errdoc: tools/bin/errdoc-gen
@echo "generate engine errors.toml"
./engine/tools/check-errdoc.sh

check-copyright:
@echo "check-copyright"
@./scripts/check-copyright.sh
Expand Down Expand Up @@ -242,7 +246,7 @@ check-static: tools/bin/golangci-lint
tools/bin/golangci-lint run --timeout 10m0s --skip-files kv_gen --skip-dirs dm,tests
cd dm && ../tools/bin/golangci-lint run --timeout 10m0s

check: check-copyright fmt check-static tidy terror_check errdoc check-leaktest-added check-merge-conflicts check-ticdc-dashboard check-diff-line-width swagger-spec
check: check-copyright fmt check-static tidy terror_check errdoc check-engine-errdoc check-leaktest-added check-merge-conflicts check-ticdc-dashboard check-diff-line-width swagger-spec
@git --no-pager diff --exit-code || echo "Please add changed files!"

integration_test_coverage: tools/bin/gocovmerge tools/bin/goveralls
Expand Down
Loading

0 comments on commit 44af201

Please sign in to comment.