Skip to content

Commit 1c08774

Browse files
authored
Remove --verbose from clang_tidy execution on CI. (flutter#51760)
Closes flutter#145926. This was likely left on by accident (if not, we should utilize `FLUTTER_LOGS_DIR` instead of this flag). /cc @zanderso
1 parent a8338a4 commit 1c08774

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ci/builders/linux_clang_tidy.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
{
6969
"name": "test: lint host_debug",
7070
"parameters": [
71-
"--verbose",
7271
"--variant",
7372
"host_debug_clang_tidy",
7473
"--lint-all",
@@ -98,7 +97,6 @@
9897
{
9998
"name": "test: lint host_debug",
10099
"parameters": [
101-
"--verbose",
102100
"--variant",
103101
"host_debug_clang_tidy",
104102
"--lint-all",
@@ -128,7 +126,6 @@
128126
{
129127
"name": "test: lint host_debug",
130128
"parameters": [
131-
"--verbose",
132129
"--variant",
133130
"host_debug_clang_tidy",
134131
"--lint-all",
@@ -158,7 +155,6 @@
158155
{
159156
"name": "test: lint host_debug",
160157
"parameters": [
161-
"--verbose",
162158
"--variant",
163159
"host_debug_clang_tidy",
164160
"--lint-all",
@@ -186,7 +182,6 @@
186182
{
187183
"name": "test: lint android_debug_arm64",
188184
"parameters": [
189-
"--verbose",
190185
"--variant",
191186
"android_debug_arm64_clang_tidy",
192187
"--lint-all",

0 commit comments

Comments
 (0)