Skip to content

Commit

Permalink
Bump linter to 27b46ce
Browse files Browse the repository at this point in the history
Change-Id: I15748475e9d96273c21be833e71924da111073ec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/305063
Commit-Queue: Samuel Rawlins <[email protected]>
Reviewed-by: Phil Quitslund <[email protected]>
  • Loading branch information
srawlins authored and Commit Queue committed May 24, 2023
1 parent f0f732b commit 47fe150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ vars = {
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
"json_rpc_2_rev": "73467f3651669af4870260fea4e99d7ba6ccb7ec",
"leak_tracker_rev": "9c6e9b370ebedc93696299b76ab49fcb8bb41983",
"linter_rev": "0ad0fad19ef00ed4416dbf88e3114fb01519661e", # disable rev_sdk_deps.dart
"linter_rev": "27b46ce246204a2c0170a4bd5b23b94095e89a22", # disable rev_sdk_deps.dart
"lints_rev": "72f107a3be948a22d080e994257be3ba63f1bb41",
"logging_rev": "7ba155ac2cf09ab29d0bf41a5e67d03e12760cf0",
"markdown_rev": "bd6ae8d741327e24319f3e036d57107f91229843",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,8 @@ LintCode.no_logic_in_create_state:
status: noFix
LintCode.no_runtimeType_toString:
status: noFix
LintCode.no_self_assignments:
status: needsEvaluation
LintCode.non_constant_identifier_names:
status: hasFix
LintCode.noop_primitive_operations:
Expand Down

0 comments on commit 47fe150

Please sign in to comment.