welpo / git-sumi

The non-opinionated Rust-based commit message linter.
https://sumi.rs/
Apache License 2.0
10 stars 0 forks source link

🐛 fix: ignore comment lines in commit messages #14

Closed welpo closed 4 months ago

welpo commented 4 months ago

Summary

This PR introduces a fix to skip linting comment lines in commit messages, aligning git-sumi's behaviour to Git's standards.


How has this been tested?


Type of change


Checklist

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1ebd6ca) 96.64% compared to head (ade3c59) 96.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ========================================== + Coverage 96.64% 96.66% +0.01% ========================================== Files 10 10 Lines 686 690 +4 ========================================== + Hits 663 667 +4 Misses 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.