Skip to content

Commit

Permalink
analyzer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 19, 2024
1 parent 315b576 commit d63e654
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
path: './flutter/coverage/lcov.info'
min_coverage: 90
# 'native/c' for now because we run coverage on Linux where these are not tested yet.
# 'native/c' for now because we run coverage on Linux where these are not tested yet.
exclude: 'lib/src/native/cocoa/binding.dart lib/src/native/c/*'

- name: Build ${{ matrix.target }}
Expand Down
1 change: 0 additions & 1 deletion flutter/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- test/*.mocks.dart
- lib/src/native/c/binding.dart
language:
strict-casts: true
strict-inference: true
Expand Down
2 changes: 2 additions & 0 deletions flutter/ffi-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ unions:
comments:
style: any
length: full
preamble: |
// ignore_for_file: unused_field
2 changes: 2 additions & 0 deletions flutter/lib/src/native/c/binding.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: unused_field

// AUTO GENERATED FILE, DO NOT EDIT.
//
// Generated by `package:ffigen`.
Expand Down

0 comments on commit d63e654

Please sign in to comment.