From b5b485702409546640192acd176136a6f4a60326 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Tue, 8 Oct 2024 11:31:38 -0600 Subject: [PATCH] remove reference to a hint that was removed in Dart 3 `can_be_null_after_null_aware` --- CHANGELOG.md | 4 ++++ lib/v2.yaml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c3c8e..a523b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.2 + +- remove reference to a hint that was removed in Dart 3 `can_be_null_after_null_aware` + ## 1.4.1 - [#200](https://github.com/Workiva/workiva_analysis_options/pull/200) Remove diff --git a/lib/v2.yaml b/lib/v2.yaml index e8e562a..bb1b883 100644 --- a/lib/v2.yaml +++ b/lib/v2.yaml @@ -63,7 +63,6 @@ analyzer: errors: # Promote some builtin hints to warnings: - can_be_null_after_null_aware: warning dead_code: warning duplicate_hidden_name: warning duplicate_ignore: warning