Skip to content

0.1.1

Compare
Choose a tag to compare
@svengreb svengreb released this 21 Sep 19:29
· 45 commits to main since this release
v0.1.1

Release Date: 2020-09-21 Project Board Milestone

Show all commits

Bug Fixes

YAML multiline string without "block chomping" for config go-header linter causes golangci-lint to fail#6#7 (⊶ 910c06f)

↠ The configuration of the go-header linter is defined in the golangci-lint YAML configuration, but the YAML multiline-string doesn't used "block chomping which resulted in a final newline at the end of the template.
This caused golangci-lint to fail because the configured template content doesn't match the parsed text.
To fix this problem the YAML block chomping syntax is now used for the multiline-string so that the final newline at the end gets stripped.

Invalid branch & CI workflow name in README badges #8#9 (⊶ e138ca1)

↠ The name of the branch for the badge URL of the repository changelog was master instead of main and the GitHub CI action workflow used the uppercase name CI instead of ci.


The full changelog is available here