Skip to content

Commit

Permalink
Merge pull request #208 from Workiva/handle_removed_rule_in_dart_3
Browse files Browse the repository at this point in the history
remove reference to a hint that was removed in Dart 3 `can_be_null_after_null_aware`
  • Loading branch information
rmconsole4-wk authored Oct 8, 2024
2 parents 3b77e57 + b5b4857 commit 134660c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion lib/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 134660c

Please sign in to comment.