Skip to content

Commit 19e6ee9

Browse files
committed
Temporarily disable linting Markdown on Circle
This commit should be reverted once remark deps are updated.
1 parent 4a523f0 commit 19e6ee9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tools/ci/circle/script

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,13 @@ lint() {
234234
echo 'Linting package.json failed.' >&2
235235
return 1
236236
fi
237-
echo 'Linting Markdown files...' >&2
238-
make lint-markdown >> "$1" 2>&1
239-
if [[ "$?" -ne 0 ]]; then
240-
echo 'Linting Markdown failed.' >&2
241-
return 1
242-
fi
237+
# FIXME: temporarily disabled until Remark deps are updated...
238+
# echo 'Linting Markdown files...' >&2
239+
# make lint-markdown >> "$1" 2>&1
240+
# if [[ "$?" -ne 0 ]]; then
241+
# echo 'Linting Markdown failed.' >&2
242+
# return 1
243+
# fi
243244
echo 'Linting passed.' >&2
244245
return 0
245246
}

0 commit comments

Comments
 (0)