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 8ca6b54 commit f2d5d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ linters:
#- decorder # checks declaration order and count of types, constants, variables and functions
#- exhaustruct # checks if all structure fields are initialized
#- gci # controls golang package import order and makes it always deterministic
- godox # detects FIXME, TODO and other comment keywords
#- godox # detects FIXME, TODO and other comment keywords
#- goheader # checks is file header matches to pattern
- interfacebloat # checks the number of methods inside an interface
#- ireturn # accept interfaces, return concrete types
Expand Down Expand Up @@ -272,7 +272,7 @@ issues:
- path: "group/edwards25519/scalar.go"
linters:
- ineffassign
- path: "pairing"
- path: "pairing|group"
linters:
- revive
- stylecheck
Expand Down

0 comments on commit f2d5d6c

Please sign in to comment.