mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Merge pull request #3944 from MichaelEischer/fix-linter-errors
CI: ignore warning about missing package comment
This commit is contained in:
commit
b25d0773b6
@ -55,3 +55,5 @@ issues:
|
||||
- exported (function|method|var|type|const) .* should have comment or be unexported
|
||||
# revive: ignore constants in all caps
|
||||
- don't use ALL_CAPS in Go names; use CamelCase
|
||||
# revive: lots of packages don't have such a comment
|
||||
- "package-comments: should have a package comment"
|
||||
|
Loading…
Reference in New Issue
Block a user