Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
revive
linter rule package-comments
Even though the `package-comments` rule [1] of the `revive` linter [2] 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. [1]: https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#package-comments GH-78
- Loading branch information