From a4eee0f577f441c1f55d2bb33525cee79fa1e2a9 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Fri, 24 Nov 2023 12:26:55 -0500 Subject: [PATCH] ignore clippy too many lines warning --- command/repos/lifat | 1 + command/repos/lila | 1 + command/repos/lila-db-seed | 1 + command/repos/lila-fishnet | 1 + command/repos/lila-ws | 1 + command/src/main.rs | 1 + 6 files changed, 6 insertions(+) create mode 160000 command/repos/lifat create mode 160000 command/repos/lila create mode 160000 command/repos/lila-db-seed create mode 160000 command/repos/lila-fishnet create mode 160000 command/repos/lila-ws diff --git a/command/repos/lifat b/command/repos/lifat new file mode 160000 index 00000000..8db05a66 --- /dev/null +++ b/command/repos/lifat @@ -0,0 +1 @@ +Subproject commit 8db05a662cc75affca698f5733135442239275a1 diff --git a/command/repos/lila b/command/repos/lila new file mode 160000 index 00000000..76171346 --- /dev/null +++ b/command/repos/lila @@ -0,0 +1 @@ +Subproject commit 76171346f65baf75eb374d97d7779fdf199dbb3e diff --git a/command/repos/lila-db-seed b/command/repos/lila-db-seed new file mode 160000 index 00000000..8c3f7412 --- /dev/null +++ b/command/repos/lila-db-seed @@ -0,0 +1 @@ +Subproject commit 8c3f74129fa33d585934c4fbc3eb9dcfdd773ce5 diff --git a/command/repos/lila-fishnet b/command/repos/lila-fishnet new file mode 160000 index 00000000..6cb86aa8 --- /dev/null +++ b/command/repos/lila-fishnet @@ -0,0 +1 @@ +Subproject commit 6cb86aa87ae99df10742e29f9193e00bd956c474 diff --git a/command/repos/lila-ws b/command/repos/lila-ws new file mode 160000 index 00000000..602f87ac --- /dev/null +++ b/command/repos/lila-ws @@ -0,0 +1 @@ +Subproject commit 602f87ac6a4caa2e51a9c7f2c1d9e22f14cfe26f diff --git a/command/src/main.rs b/command/src/main.rs index 7ada5ccc..24e45b07 100644 --- a/command/src/main.rs +++ b/command/src/main.rs @@ -207,6 +207,7 @@ fn setup() -> std::io::Result<()> { Ok(()) } +#[allow(clippy::too_many_lines)] fn prompt_for_optional_services() -> Result, Error> { multiselect( "Select which optional services to include:\n (Use arrows, to toggle, to continue)\n",