Skip to content

Commit a01aab9

Browse files
committed
Allow clippy lint in openvasd.
We already allow this lint in scannerlib and have decided not to address this (for now) when it came up in scannerlib, since it would require substantial changes to the error handling.
1 parent 254da4c commit a01aab9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/src/openvasd/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// We allow this fow now, since it would require lots of changes
2+
// but should eventually solve this.
3+
#![allow(clippy::large_enum_variant)]
14
// SPDX-FileCopyrightText: 2023 Greenbone AG
25
//
36
// SPDX-License-Identifier: GPL-2.0-or-later WITH x11vnc-openssl-exception

0 commit comments

Comments
 (0)