Skip to content

Commit 1e9f446

Browse files
authored
Fix compile warnings. (#434)
1 parent c267f5e commit 1e9f446

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
- scrollable_positioned_list
2828
- self_storing_input
2929
- visibility_detector
30-
# Test against the Flutter stable and master SDKs.
30+
# Test against the Flutter stable SDK.
3131
version:
3232
- stable
33-
- master
3433
# For now, don't test visibility_detector against Flutter stable (3.0).
3534
# TODO: remove this after Flutter 3.2 ships.
3635
exclude:
@@ -58,7 +57,7 @@ jobs:
5857
- name: flutter format
5958
run: flutter format --dry-run --set-exit-if-changed .
6059
# Only test formatting on one version of Flutter.
61-
if: ${{ matrix.version == 'master' }}
60+
if: ${{ matrix.version == 'stable' }}
6261

6362
# A job configuration to do some light validation of the CI configuration.
6463
validate:

analysis_options.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ linter:
3131
- empty_statements
3232
- hash_and_equals
3333
- implementation_imports
34-
- invariant_booleans
3534
- iterable_contains_unrelated_type
3635
- library_names
3736
- library_prefixes

0 commit comments

Comments
 (0)