Skip to content

Commit c50c194

Browse files
parloughCommit Queue
authored and
Commit Queue
committed
[linter] Update lint since info for 3.5 release
Also removes the group from the generated machine.json file as they are no longer the same 3. Change-Id: I92d4ef8cd655cc4efaa6b37fcdf56611494ac635 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/379140 Reviewed-by: Phil Quitslund <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent 1cfd502 commit c50c194

File tree

4 files changed

+212
-323
lines changed

4 files changed

+212
-323
lines changed

pkg/linter/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 3.5.0-wip
1+
# 3.6.0-wip
2+
3+
- new _(experimental)_ lint: `omit_obvious_local_variable_types`
4+
- new lint: `use_truncating_division`
5+
6+
# 3.5.0
27

38
- new lint: `unintended_html_in_doc_comment`
49
- new lint: `invalid_runtime_check_with_js_interop_types`

pkg/linter/tool/machine.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Future<String> getMachineListing(
7474
'name': rule.name,
7575
'description': rule.description,
7676
'categories': rule.categories.toList(),
77-
'group': rule.categories.firstOrNull ?? '',
7877
'state': rule.state.label,
7978
'incompatible': rule.incompatibleRules,
8079
'sets': [

0 commit comments

Comments
 (0)