mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
16 lines
341 B
YAML
16 lines
341 B
YAML
|
include: package:lint_hard/all.yaml
|
||
|
analyzer:
|
||
|
errors:
|
||
|
invalid_annotation_target: ignore
|
||
|
exclude:
|
||
|
- '**/*.g.dart'
|
||
|
- '**/*.freezed.dart'
|
||
|
- '**/*.pb.dart'
|
||
|
- '**/*.pbenum.dart'
|
||
|
- '**/*.pbjson.dart'
|
||
|
- '**/*.pbserver.dart'
|
||
|
linter:
|
||
|
rules:
|
||
|
unawaited_futures: true
|
||
|
avoid_positional_boolean_parameters: false
|