Skip to content

Commit 93de49b

Browse files
authored
Run custom_lint command silently (#219)
1 parent 3908581 commit 93de49b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.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.

dist/index.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/dart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export async function analyze(
8484
['run', 'custom_lint', '--format=json', '.'],
8585
{
8686
cwd,
87-
silent: false,
87+
silent: true,
8888
ignoreReturnCode: true,
8989
},
9090
);

0 commit comments

Comments
 (0)