-
Notifications
You must be signed in to change notification settings - Fork 1
/
analysis_options.yaml
39 lines (34 loc) · 1.1 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
# include: all_lint_rules.yaml
# analyzer:
# language:
# strict-inference: true
# strict-raw-types: true
# strong-mode:
# implicit-casts: false
# implicit-dynamic: false
# errors:
# included_file_warning: ignore
# linter:
# rules:
# require_trailing_commas: false
# prefer_final_parameters: false
# always_put_control_body_on_new_line: false
# prefer_double_quotes: false
# always_specify_types: false
# unnecessary_final: false
# always_use_package_imports: false
# lines_longer_than_80_chars: false
# public_member_api_docs: false
# avoid_print: false
# prefer_asserts_with_message: false
# avoid_catches_without_on_clauses: false
# no_leading_underscores_for_local_identifiers: false
# sort_constructors_first: false
# cascade_invocations: false
# avoid_annotating_with_dynamic: false
# avoid_dynamic_calls: false
# prefer_expression_function_bodies: false
# omit_local_variable_types: false
# prefer_final_locals: false
# avoid_types_on_closure_parameters: false
# use_string_buffers: false