Merge pull request #8531 from filecoin-project/fix/lint

chore: fix lint issue
This commit is contained in:
Jiaying Wang 2022-04-21 13:24:13 -04:00 committed by GitHub
commit bab500bec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ issues:
- "package comment should be of the form"
- "Potential hardcoded credentials"
- "Use of weak random number generator"
- "xerrors.* is deprecated"
exclude-use-default: false
exclude-rules:
@ -53,7 +54,7 @@ issues:
- path: build/params_.*\.go
linters:
- golint
- path: api/apistruct/struct.go
linters:
- golint