mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-21 15:04:20 +01:00
- Add static analysis step for Dart & Flutter packages - Ignore warning for unused element on build scrips for Windows targets - Continue if there are any errors with generating bindings
10 lines
234 B
YAML
10 lines
234 B
YAML
include: package:lints/recommended.yaml
|
|
|
|
# Additional information about this file can be found at
|
|
# https://dart.dev/guides/language/analysis-options
|
|
|
|
analyzer:
|
|
exclude:
|
|
- '**.freezed.dart'
|
|
- '**.io.dart'
|
|
- 'lib/src/**/' |