Skip to content

Commit

Permalink
detekt todo format
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Dec 10, 2024
1 parent 2ec366e commit bb47f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [ ]
Expand Down

0 comments on commit bb47f63

Please sign in to comment.