You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,12 @@ The Dart package workflow consists of the following steps:
73
73
74
74
**Default** `"stable"`
75
75
76
+
#### `format_line_length`
77
+
78
+
**Optional** The line-length preferred to run the `dart format` command with. Be aware that this does not change the behavior of the analysis step and longer lines could still make the workflow fail if the rule `lines_longer_than_80_chars` is used.
79
+
80
+
**Default** `"80"`
81
+
76
82
#### `min_coverage`
77
83
78
84
**Optional** The minimum coverage percentage allowed.
@@ -195,6 +201,12 @@ The Flutter package workflow consists of the following steps:
195
201
196
202
**Default** `""`
197
203
204
+
#### `format_line_length`
205
+
206
+
**Optional** The line-length preferred to run the `dart format` command with. Be aware that this does not change the behavior of the analysis step and longer lines could still make the workflow fail if the rule `lines_longer_than_80_chars` is used.
207
+
208
+
**Default** `"80"`
209
+
198
210
#### `min_coverage`
199
211
200
212
**Optional** The minimum coverage percentage allowed.
0 commit comments