Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: enable and fix some lint rules #452

Merged
merged 38 commits into from
Jun 25, 2024
Merged

Commits on Jun 6, 2024

  1. avoid_escaping_inner_quotes

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d717f2f View commit details
    Browse the repository at this point in the history
  2. Update analysis_options.yaml

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    855274a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38183e View commit details
    Browse the repository at this point in the history
  4. constant_identifier_names

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c82d710 View commit details
    Browse the repository at this point in the history
  5. noop_primitive_operations

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c0cf5dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb3070f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27eaca2 View commit details
    Browse the repository at this point in the history
  8. no_default_cases

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d37c0ed View commit details
    Browse the repository at this point in the history
  9. sort_pub_dependencies

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c13a861 View commit details
    Browse the repository at this point in the history
  10. unnecessary_breaks

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4dba61e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cefcb25 View commit details
    Browse the repository at this point in the history
  12. avoid_setters_without_getters

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ae8a5e0 View commit details
    Browse the repository at this point in the history
  13. cast_nullable_to_non_nullable

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a5998ec View commit details
    Browse the repository at this point in the history
  14. only_throw_errors

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1a71596 View commit details
    Browse the repository at this point in the history
  15. no_runtimeType_toString

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4da2620 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bcf733b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ea66d0a View commit details
    Browse the repository at this point in the history
  18. unnecessary_await_in_return

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    86fe37e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e99e99c View commit details
    Browse the repository at this point in the history
  20. unnecessary_string_escapes

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    638ebd8 View commit details
    Browse the repository at this point in the history
  21. combinators_ordering

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a9dfeac View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3eb7c37 View commit details
    Browse the repository at this point in the history
  23. unnecessary_library_directive

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    69f0e14 View commit details
    Browse the repository at this point in the history
  24. prefer_asserts_with_message

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    00c1d3e View commit details
    Browse the repository at this point in the history
  25. avoid_void_async

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d0c9dce View commit details
    Browse the repository at this point in the history
  26. prefer_final_fields

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5b3e4a9 View commit details
    Browse the repository at this point in the history
  27. prefer_final_locals

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    21e8ca0 View commit details
    Browse the repository at this point in the history
  28. prefer_final_in_for_each

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d016acd View commit details
    Browse the repository at this point in the history
  29. implicit_call_tearoffs

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7873ae8 View commit details
    Browse the repository at this point in the history
  30. avoid_type_to_string

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f380893 View commit details
    Browse the repository at this point in the history
  31. omit_local_variable_types

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f9f971a View commit details
    Browse the repository at this point in the history
  32. use_named_constants

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cd3b990 View commit details
    Browse the repository at this point in the history
  33. dart format .

    josxha committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a39ade9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    244c852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76778d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef2eef View commit details
    Browse the repository at this point in the history
  4. fix bad revert

    josxha committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7d0509a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4018a4 View commit details
    Browse the repository at this point in the history