Skip to content

Commit

Permalink
Merge pull request #8531 from filecoin-project/fix/lint
Browse files Browse the repository at this point in the history
chore: fix lint issue
  • Loading branch information
jennijuju authored Apr 21, 2022
2 parents 48ffb15 + 1c8880e commit bab500b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -53,7 +54,7 @@ issues:
- path: build/params_.*\.go
linters:
- golint

- path: api/apistruct/struct.go
linters:
- golint
Expand Down

0 comments on commit bab500b

Please sign in to comment.