fix(hk): exclude hugoh/go-tools pins from pinact's comment management#253
Conversation
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Go | Jul 4, 2026 12:25p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
Strip the comment pinact previously added to the self-referential go-tools pins, and exclude them going forward, so copier update's 3-way merge stops conflicting on these lines every go-tools release.
848d784 to
d75e6fa
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #253 +/- ##
=======================================
Coverage 92.15% 92.15%
=======================================
Files 6 6
Lines 408 408
=======================================
Hits 376 376
Misses 25 25
Partials 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



Strip the
# vX.Y.Zcomment pinact previously added to the self-referentialhugoh/go-toolsworkflow pins, and exclude them from pinact going forward. The go-tools template renders these pins as a raw commit hash with no comment, so a locally-added comment causescopier update's 3-way merge to conflict on that line every go-tools release. Companion fix: hugoh/go-tools@v1.1.1.