Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd1e1754

Browse files
committed
make lint
1 parentbe20161 commitd1e1754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/docs/testing/test-vale.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ process_files_in_chunks() {
160160
COUNT=0
161161

162162
forFILEin$files;do
163-
if [$COUNT-eq$chunk_size ];then
163+
if [$COUNT-eq"$chunk_size" ];then
164164
CHUNKS+=("$CHUNK")
165165
CHUNK="$FILE"
166166
COUNT=1
@@ -188,7 +188,7 @@ process_files_in_chunks() {
188188
echo"Processing chunk$((i+1))/${#CHUNKS[@]} ($(echo"$CHUNK_FILES"| wc -w| tr -d'') files)"
189189

190190
# Run Vale on this chunk of files
191-
vale --no-exit --output=JSON --config="$VALE_DIR/.vale.ini"$CHUNK_FILES>"$CHUNK_OUTPUT"2>/dev/null||true
191+
vale --no-exit --output=JSON --config="$VALE_DIR/.vale.ini""$CHUNK_FILES">"$CHUNK_OUTPUT"2>/dev/null||true
192192

193193
# Verify JSON output and append to combined results
194194
if [-s"$CHUNK_OUTPUT" ]&& jq empty"$CHUNK_OUTPUT"2>/dev/null;then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp