fix: remove deprecated invariant_booleans lint (#183)

This commit is contained in:
Felix Angelov
2023-01-29 21:34:02 -06:00
committed by GitHub
parent 0a87078ba5
commit ddb8d83571
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -32,7 +32,6 @@ linter:
- empty_statements
- hash_and_equals
- implementation_imports
- invariant_booleans
- iterable_contains_unrelated_type
- library_names
- library_prefixes

View File

@ -32,7 +32,6 @@ linter:
- empty_statements
- hash_and_equals
- implementation_imports
- invariant_booleans
- iterable_contains_unrelated_type
- library_names
- library_prefixes