From af339b9013a43eb582e1e4af0eff5fe2244e9cf0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:32:56 +0000 Subject: [PATCH] chore(security): fix editorconfig indent style in .gitleaks.toml Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --- .gitleaks.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitleaks.toml b/.gitleaks.toml index 862a4df..dda1a73 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -8,7 +8,7 @@ useDefault = true [[allowlists]] description = "Test fixture files containing placeholder tokens" paths = [ - '''testutil/test_constants\.go''', - '''.*_test\.go''', - '''testdata/.*''', + '''testutil/test_constants\.go''', + '''.*_test\.go''', + '''testdata/.*''', ]