Skip to content

Commit

Permalink
Remove useless nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Jun 11, 2024
1 parent f2d5d6c commit b1997b0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion group.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:interfacebloat // Already a well defined interface
package kyber

import (
Expand Down
2 changes: 0 additions & 2 deletions group/edwards25519/const.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
//nolint:lll
package edwards25519

import (
Expand Down
2 changes: 0 additions & 2 deletions group/edwards25519/fe.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
//nolint:funlen
package edwards25519

import (
Expand Down
2 changes: 0 additions & 2 deletions group/edwards25519/scalar.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
//nolint:funlen
package edwards25519

import (
Expand Down

0 comments on commit b1997b0

Please sign in to comment.