-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
39 lines (36 loc) · 1.07 KB
/
analysis_options.yaml
File metadata and controls
39 lines (36 loc) · 1.07 KB
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
include: package:very_good_analysis/analysis_options.10.0.0.yaml
plugins:
nilts:
version: 1.0.0
diagnostics:
defined_async_callback_type: true
defined_async_value_getter_type: true
defined_async_value_setter_type: true
defined_value_changed_type: true
defined_value_getter_type: true
defined_value_setter_type: true
defined_void_callback_type: true
fixed_text_scale_rich_text: true
flaky_tests_with_set_up_all: true
low_readability_numeric_literals: true
no_support_multi_text_direction: true
no_support_web_platform_check: true
open_type_hierarchy: true
shrink_wrapped_scroll_view: true
unnecessary_rebuilds_from_media_query: true
unsafe_null_assertion: true
unstable_enum_name: true
unstable_enum_values: true
nilts_clock:
version: 1.0.0
diagnostics:
using_date_time_now: true
nilts_flutter_hooks:
version: 1.0.0
diagnostics:
unnecessary_hook_widget: true
linter:
rules:
sort_pub_dependencies: false
formatter:
trailing_commas: preserve