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