Commit 90383a5
ci(sonar): exclude validator from CPD to suppress intentional duplication
The "Create" and "Update" rule sets in PlayerRequestModelValidator share
common rules by design; each operation's validation is intentionally kept
self-contained for readability. // NOSONAR only suppresses rule-based
issues and has no effect on CPD metrics, so the file is listed under
sonar.cpd.exclusions instead.
Co-authored-by: Claude <noreply@anthropic.com>1 parent b32c56d commit 90383a5
1 file changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments