Skip to content

Commit

Permalink
feat: avoid_multiple_declarations_per_line
Browse files Browse the repository at this point in the history
  • Loading branch information
mockturtl committed Mar 14, 2021
1 parent 017879f commit 6735437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/analysis_options.1.0.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ linter:
- avoid_implementing_value_types
- avoid_init_to_null
- avoid_js_rounded_ints
- avoid_multiple_declarations_per_line
- avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # note: one is fine. Do use named params otherwise.
- avoid_print
Expand Down

0 comments on commit 6735437

Please sign in to comment.