-
Notifications
You must be signed in to change notification settings - Fork 13
/
analysis_options.yaml
56 lines (47 loc) · 1.36 KB
/
analysis_options.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
include: package:very_good_analysis/analysis_options.2.4.0.yaml
# include: package:lint/analysis_options.yaml
linter:
rules:
public_member_api_docs: false
sort_pub_dependencies: false
library_private_types_in_public_api: false
always_declare_return_types: true
prefer_const_constructors: true
omit_local_variable_types: false
flutter_style_todos: false
# library_private_types_in_public_api: false
# always_declare_return_types: true
# prefer_const_constructors: true
# omit_local_variable_types: false
# flutter_style_todos: false
# use_super_parameters: true
analyzer:
errors:
# missing_required_param: error
# missing_return: error
# must_be_immutable: error
# sort_unnamed_constructors_first: error
invalid_annotation_target: ignore
implicit_dynamic_variable: ignore
exclude:
- build/**
- lib/**.freezed.dart
- lib/**.g.dart
- lib/**.config.dart
# - lib/injections.config.dart
- lib/**.gr.dart
- test/**.mocks.dart
- test/**.config.dart
# exclude:
# - build/**
# - lib/**.freezed.dart
# - lib/**.g.dart
# - lib/**.config.dart
# - lib/injections.config.dart
# - lib/**.gr.dart
# - test/**.mocks.dart
# - test/**.config.dart
# include: package:very_good_analysis/analysis_options.3.0.1.yaml
# linter:
# rules:
# public_member_api_docs: false