18 lines
407 B
YAML
18 lines
407 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
avoid_print: ignore
|
|
exclude:
|
|
- "build/**"
|
|
- "**/*.g.dart"
|
|
- "**/*.freezed.dart"
|
|
- android/**
|
|
- ios/**
|
|
- web/**
|
|
- windows/**
|
|
- macos/**
|
|
- linux/**
|
|
|
|
# Additional information about this file can be found at
|
|
# https://dart.dev/guides/language/analysis-options
|