0.11.0
Improvements
Disable revive linter rule package-comments
— #78 ⇄ #79 (⊶ 918ba3c)
↠ Even though the package-comments
rule of the revive
linter is quite useful, it produces false-positive errors when another file already has a package documentation. Duplicating documentation is not a workaround so the rule has been disabled for now and might be re-enabled if the rule logic gets updated.
Bug Fixes
golangci-lint
fails to run due to revive
s unknown time-equal
rule — #76 ⇄ #77 (⊶ ab32672)
↠ The time-equal
rule was added in #64, but the revive
linter used by golangci-lint
does not yet include the rule in the current release version but only merged it into the main
branch. Therefore linting failed because the rule is not known (yet) and golangci-lint
exits before running any linter.
To fix the problem the time-equal
rule has been disabled again for now and will be enabled again when it is available in a new revive
version that is used by golangci-lint
.
The full changelog is available in the repository
Copyright © 2020-present Sven Greb