chore(security): fix editorconfig indent style in .gitleaks.toml

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-15 13:32:56 +00:00
parent a389fe3ef6
commit af339b9013

View File

@@ -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/.*''',
]