Skip to content

Commit

Permalink
removed invariant_booleans lint rule as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsmerritt committed Feb 10, 2023
1 parent 2a01cba commit 365e0b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [0.5.7+2] - 2023/02/09

* Formatted project to comply with new dart formatting rules
* Minor housekeeping to fix running tests & lint deprecations

## [0.5.7+1] - 2022/09/21

Expand Down
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ linter:
- file_names
- hash_and_equals
- implementation_imports
- invariant_booleans
- iterable_contains_unrelated_type
- join_return_with_assignment
- leading_newlines_in_multiline_strings
Expand Down

0 comments on commit 365e0b5

Please sign in to comment.