Skip to content

Commit 0bf234b

Browse files
gyliu513Liudmila Molkova
andauthored
[chore] Enbled make fix can fix table format (#1699)
Signed-off-by: Guangya Liu <[email protected]> Co-authored-by: Liudmila Molkova <[email protected]>
1 parent 30f71c6 commit 0bf234b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,10 @@ table-check:
172172
schema-check:
173173
$(TOOLS_DIR)/schema_check.sh
174174

175-
.PHONY: check-format
176-
check-format:
177-
npm run check:format
178-
179-
.PHONY: fix-format
180-
fix-format:
181-
npm run fix:format
182-
183175
# Run all checks in order of speed / likely failure.
184176
# As a last thing, run attribute registry generation and git-diff for differences.
185177
.PHONY: check
186-
check: misspell markdownlint check-format markdown-toc markdown-link-check check-policies attribute-registry-generation
178+
check: misspell markdownlint markdown-toc markdown-link-check check-policies attribute-registry-generation
187179
git diff --exit-code ':*.md' || (echo 'Generated markdown Table of Contents is out of date, please run "make markdown-toc" and commit the changes in this PR.' && exit 1)
188180
@echo "All checks complete"
189181

0 commit comments

Comments
 (0)