forked from TrueCloudLab/restic
CI: ignore warning about missing package comment
This commit is contained in:
parent
e89fc2a29d
commit
5265550ff3
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue