-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.type: enhancement
Milestone
Description
See Sonar report for the current main: https://sonar.spring.io/project/issues?id=org.springframework.integration%3Aspring-integration%3Amain&resolved=false&severities=MINOR&types=CODE_SMELL
Mostly those smells are about a Magic Number rule violation.
In some places we indeed need to extract a constant for such a default value, but in other places it really would be better just to place a // NOSONAR comment after the code line to ignore it from Sonar analysis.
Metadata
Metadata
Assignees
Labels
ideal-for-user-contributionAn issue that would ideal for a user to get started with contributing.An issue that would ideal for a user to get started with contributing.type: enhancement