Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

ci: Add clippy + fixing clippy errors #14

Merged
merged 6 commits into from
Jul 21, 2023
Merged

ci: Add clippy + fixing clippy errors #14

merged 6 commits into from
Jul 21, 2023

Commits on Jul 20, 2023

  1. ci: add clippy

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    860883d View commit details
    Browse the repository at this point in the history
  2. refactor: clippy auto fixes

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7e10076 View commit details
    Browse the repository at this point in the history
  3. refactor: fix clippy::inherent_to_string_shadow_display

    IndexerError already implemented to_string through
    `impl std::fmt::Display for IndexerError`
    
    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e6754aa View commit details
    Browse the repository at this point in the history
  4. refactor: Fix clippy::non-snake-case

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0dc4be8 View commit details
    Browse the repository at this point in the history
  5. refactor: remove unnecessary clone on &str

    Also fixes clippy::clone_double_ref
    
    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4e8e705 View commit details
    Browse the repository at this point in the history
  6. chore: allow clippy::too_many_arguments for ServerOptions::new

    Signed-off-by: Alexis Asseman <[email protected]>
    aasseman committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f01c51d View commit details
    Browse the repository at this point in the history