Commit 320e7d3
style(mcp): wrap staleMarkerSuffix to satisfy MaxLineLength
Line 18 was 131 chars after the staleMarkerSuffix extraction
(8490db7), tripping detekt's 120-char rule. Gradle's local detekt
cache hit hid the issue until CI saw a cold cache. Split the
expression across two lines so the rule passes without a baseline
exemption.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 7825139 commit 320e7d3
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments