Skip to content

Commit 70cea31

Browse files
There is no stdin with Vale
1 parent 314cc15 commit 70cea31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/vale-runner.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/vale-runner.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vale-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export async function checkText(
343343
configPath?: string
344344
): Promise<CheckFileResult> {
345345
// Build Vale command - just pass text via stdin
346-
let command = `vale --output=JSON --stdin`;
346+
let command = `vale --output=JSON`;
347347

348348
if (configPath) {
349349
command += ` --config="${configPath}"`;

0 commit comments

Comments
 (0)