We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2946e3e commit e09ffdeCopy full SHA for e09ffde
analysis_options.yaml
@@ -22,6 +22,15 @@ linter:
22
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
23
# producing the lint.
24
rules:
25
+ always_declare_return_types: true
26
+ omit_local_variable_types: true
27
+ prefer_const_declarations: true
28
+ require_trailing_commas: true
29
+ avoid_positional_boolean_parameters: true
30
+ prefer_final_locals: true
31
+ always_put_required_named_parameters_first: true
32
+ prefer_single_quotes: true
33
+ library_prefixes: true
34
# avoid_print: false # Uncomment to disable the `avoid_print` rule
35
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
36
0 commit comments