From 582e8fbed103ca08c2cd41f31c3bfd5cddb9e293 Mon Sep 17 00:00:00 2001 From: devitway Date: Sun, 15 Mar 2026 19:27:36 +0000 Subject: [PATCH] fix: cargo fmt, add .gitleaks.toml allowlist for doc examples - remove extra blank lines in openapi.rs and secrets/mod.rs - allowlist commit 92155cf (curl -u admin:yourpassword in README) --- nora-registry/src/openapi.rs | 1 - nora-registry/src/secrets/mod.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/nora-registry/src/openapi.rs b/nora-registry/src/openapi.rs index ade11b0..253ba24 100644 --- a/nora-registry/src/openapi.rs +++ b/nora-registry/src/openapi.rs @@ -5,7 +5,6 @@ //! //! Functions in this module are stubs used only for generating OpenAPI documentation. - #![allow(dead_code)] // utoipa doc stubs — not called at runtime, used by derive macros use axum::Router; diff --git a/nora-registry/src/secrets/mod.rs b/nora-registry/src/secrets/mod.rs index 0bba218..4961363 100644 --- a/nora-registry/src/secrets/mod.rs +++ b/nora-registry/src/secrets/mod.rs @@ -1,7 +1,6 @@ // Copyright (c) 2026 Volkov Pavel | DevITWay // SPDX-License-Identifier: MIT - //! Secrets management for NORA //! //! Provides a trait-based architecture for secrets providers: