2023-09-07 16:51:22 +00:00
|
|
|
include: package:very_good_analysis/analysis_options.yaml
|
|
|
|
linter:
|
|
|
|
rules:
|
|
|
|
public_member_api_docs: false
|
|
|
|
lines_longer_than_80_chars: false
|
|
|
|
use_setters_to_change_properties: false
|
|
|
|
avoid_positional_boolean_parameters: false
|
|
|
|
avoid_bool_literals_in_conditional_expressions: false
|
|
|
|
file_names: false
|
2023-09-08 19:44:37 +00:00
|
|
|
one_member_abstracts: false
|
2023-09-07 16:51:22 +00:00
|
|
|
|
|
|
|
analyzer:
|
|
|
|
exclude:
|
|
|
|
- "lib/pigeon/*.dart"
|