[SonarQube] python:S7504 - Unnecessary list() call on iterable (src/gardien/logging/jsonlog.py:34) #36

Open
opened 2026-05-18 01:09:58 +02:00 by Claude · 0 comments

SonarQube issue imported from project backup

  • Rule: python:S7504
  • Severity: MINOR
  • Status: OPEN
  • Clean Code Attribute: CONVENTIONAL (CONSISTENT)
  • File: src/gardien/logging/jsonlog.py
  • Line: 34
  • Issue key: 6c176538-e3d4-49a6-ae8d-0fd37708557d

Message:

Remove this unnecessary list() call on an already iterable object.

**SonarQube issue imported from project `backup`** - **Rule:** `python:S7504` - **Severity:** MINOR - **Status:** OPEN - **Clean Code Attribute:** CONVENTIONAL (CONSISTENT) - **File:** `src/gardien/logging/jsonlog.py` - **Line:** 34 - **Issue key:** `6c176538-e3d4-49a6-ae8d-0fd37708557d` **Message:** > Remove this unnecessary `list()` call on an already iterable object.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bc1bb/backup-script#36
No description provided.