Skip to content

Commit

Permalink
Update golangci rules
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Jun 11, 2024
1 parent 1c96457 commit fe5e218
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,16 @@ issues:
- gocognit
- funlen
- gocyclo
- cyclop
- cyclop
- path: "group/edwards25519/scalar.go"
linters:
- ineffassign
- path: "pairing"
linters:
- revive
- stylecheck
text: "var-naming: don't use an underscore in package name|ST1003: should not use underscores in package names"
- path: "pairing/(circl_bls12381|bn254)/."
linters:
- errcheck #TODO: proper error handling
text: "Error return value is not checked"

0 comments on commit fe5e218

Please sign in to comment.