Skip to content

Commit

Permalink
fix: remove deprecated invariant_booleans lint (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 30, 2023
1 parent 0a87078 commit ddb8d83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mocktail_image_network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.3.2
working_directory: packages/mocktail_image_network

pana:
Expand Down
1 change: 0 additions & 1 deletion packages/mocktail/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ linter:
- empty_statements
- hash_and_equals
- implementation_imports
- invariant_booleans
- iterable_contains_unrelated_type
- library_names
- library_prefixes
Expand Down
1 change: 0 additions & 1 deletion packages/mocktail_image_network/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ linter:
- empty_statements
- hash_and_equals
- implementation_imports
- invariant_booleans
- iterable_contains_unrelated_type
- library_names
- library_prefixes
Expand Down

0 comments on commit ddb8d83

Please sign in to comment.