Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 15459a7

Browse files
committed
failOk false
1 parent 8ad3ffd commit 15459a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/clang_tidy/lib/src/command.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ class Command {
151151
<String>[clangTidyPath, ...args],
152152
workingDirectory: directory,
153153
name: 'clang-tidy on $filePath',
154-
printOutput: options.verbose,
154+
printOutput: true,
155+
failOk: false,
155156
);
156157
}
157158
}

0 commit comments

Comments
 (0)