Commit 659bfb9
Vibe Bot
Fix SonarQube issues in S125 implementation
Fix two external SonarQube issues (S1134, S1135) in the JSDoc comment
for hasTaskMarker() in rule.ts. The comment listed "TODO, FIXME, HACK,
XXX, NOTE" as examples, which caused SonarQube to flag the word "TODO"
as an unresolved action item. The fix rewrites the comment to reference
the TASK_MARKER_PATTERN constant instead of enumerating the keywords,
removing the false positive without changing any runtime behavior.1 parent 9605a6e commit 659bfb9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments