Bump linter to 27b46ce246204a2c0170a4bd5b23b94095e89a22

Change-Id: I15748475e9d96273c21be833e71924da111073ec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/305063
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
Sam Rawlins 2023-05-24 23:18:40 +00:00 committed by Commit Queue
parent f0f732b1a6
commit 47fe150674
2 changed files with 3 additions and 1 deletions

2
DEPS
View file

@ -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",

View file

@ -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: