Skip to content

Commit

Permalink
Add line length exception
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Feb 20, 2024
1 parent a1773f6 commit 1b4e3c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,6 @@ issues:
- path: 'group/edwards25519/scalar.go'
linters:
- ineffassign
- path: 'group/edwards25519/const.go'
linters:
- lll

0 comments on commit 1b4e3c2

Please sign in to comment.