• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / git-commit-summary / 26342459161

23 May 2026 08:14PM UTC coverage: 31.165% (-0.5%) from 31.676%
26342459161

push

github

web-flow
feat: add real-time conventional commit linting (#108)

* feat: add real-time conventional commit linting

Integrated `go-conventionalcommits` to provide instant feedback in the
commit view. The UI now validates the message structure against
conventional commit standards and checks for line length constraints
(50 characters for subject, 72 for body).

* Update internal/ui/commit_view.go

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: prevent negative padding in commit lint UI

Added a check to ensure `padding` calculation does not result in a
negative value when the lint error message exceeds the available width,
preventing potential `strings.Repeat` runtime panics.

* chore: remove redundant inline comment

Removed the unnecessary `//go:fix` comment from the `uintPtr` helper
function to clean up the codebase.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

6 of 26 new or added lines in 1 file covered. (23.08%)

345 of 1107 relevant lines covered (31.17%)

0.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

23.66
/internal/ui/commit_view.go


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc