2022-07-17 12:55:16 +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
|
2021-12-21 15:15:45 +00:00
|
|
|
|
2022-01-23 11:26:33 +00:00
|
|
|
analyzer:
|
|
|
|
exclude:
|
2022-02-21 18:50:28 +00:00
|
|
|
- "**/*.g.dart"
|
|
|
|
- "**/*.freezed.dart"
|
2022-05-07 19:56:02 +00:00
|
|
|
- "**/*.moxxy.dart"
|
2022-07-17 12:55:16 +00:00
|
|
|
- "test/"
|