Alexander "PapaTutuWawa
2a469e10e8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
16 lines
404 B
YAML
16 lines
404 B
YAML
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
|
|
|
|
analyzer:
|
|
exclude:
|
|
- "**/*.g.dart"
|
|
- "**/*.freezed.dart"
|
|
- "test/"
|
|
- "integration_test/"
|