From bb47f635be5a508cb60b48e49bee9a0305eb5884 Mon Sep 17 00:00:00 2001 From: Akshay Nandwana Date: Tue, 10 Dec 2024 11:48:41 +0530 Subject: [PATCH] detekt todo format --- config/detekt/detekt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index 1d949a79a8..67e087f11f 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -590,9 +590,9 @@ style: value: 'FIXME:' - reason: 'Forbidden STOPSHIP todo marker in comment, please address the problem before shipping the code.' value: 'STOPSHIP:' - - reason: 'TODO comments must reference a GitHub issue for tracking. Format: TODO (#IssueNumber).' + - reason: 'TODO comments must reference a GitHub issue for tracking. Format: TODO(https://github.com/google/ground-android/issues/IssueNumber).' value: 'TODO:' - allowedPatterns: '^TODO \\(#\\d+\\):' + allowedPatterns: '^TODO\\(https://github\\.com/google/ground-android/issues/\\d+\\): .+' ForbiddenImport: active: false imports: [ ]