Jim Myhrberg 758deef7e9 refactor(parser): rework RawMessage into Buffer
The old RawMessage implementation effectively brute forced the initial
processing of a comment message by breaking it down into lines, and
grouping them into paragraphs.

This is useful, but, we actually only need the first paragraph, the last
paragraph, and then everything between. So there's no need to break down
the message into each paragraph.

In theory, the Buffer implementation is more performant than RawMessage
was, but most importantly I think it will be easier to work with it.
2021-08-15 19:57:13 +01:00
2021-08-08 20:31:59 +01:00
2021-08-08 20:31:59 +01:00
2021-08-09 21:03:22 +01:00
2021-08-09 21:03:22 +01:00
2021-08-08 20:31:59 +01:00

go-conventionalcommit

[WIP] Go package for parsing, linting and formatting Conventional Commit messages.

License

MIT

Description
[WIP] Go package for parsing, linting and formatting Conventional Commit messages.
Readme MIT 151 KiB
Languages
Go 91.6%
Makefile 8.4%