초기 커밋
This commit is contained in:
17
analysis_options.yaml
Normal file
17
analysis_options.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
include: package:very_good_analysis/analysis_options.yaml
|
||||
|
||||
analyzer:
|
||||
exclude:
|
||||
- "**/*.g.dart"
|
||||
- "**/*.freezed.dart"
|
||||
- "lib/generated/**"
|
||||
- "build/**"
|
||||
errors:
|
||||
invalid_annotation_target: ignore
|
||||
|
||||
linter:
|
||||
rules:
|
||||
public_member_api_docs: false
|
||||
lines_longer_than_80_chars: false
|
||||
flutter_style_todos: false
|
||||
one_member_abstracts: false
|
||||
Reference in New Issue
Block a user