mirror of
https://github.com/felangel/mocktail.git
synced 2025-05-17 16:35:57 +08:00
fix: remove deprecated invariant_booleans lint (#183)
This commit is contained in:
@ -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:
|
||||
|
@ -32,7 +32,6 @@ linter:
|
||||
- empty_statements
|
||||
- hash_and_equals
|
||||
- implementation_imports
|
||||
- invariant_booleans
|
||||
- iterable_contains_unrelated_type
|
||||
- library_names
|
||||
- library_prefixes
|
||||
|
@ -32,7 +32,6 @@ linter:
|
||||
- empty_statements
|
||||
- hash_and_equals
|
||||
- implementation_imports
|
||||
- invariant_booleans
|
||||
- iterable_contains_unrelated_type
|
||||
- library_names
|
||||
- library_prefixes
|
||||
|
Reference in New Issue
Block a user