Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Jul 8, 2022
1 parent 55378bd commit 8ad0eab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package jess

import (
"github.com/safing/jess/tools"

// Import all tools.
_ "github.com/safing/jess/tools/all"
)
Expand Down
2 changes: 0 additions & 2 deletions tools/all/all.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Package all imports all tool subpackages
//
//nolint:gci
package all

import (
Expand Down
2 changes: 1 addition & 1 deletion tools/gostdlib/poly1305.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package gostdlib
import (
"errors"

"golang.org/x/crypto/poly1305" //nolint:staticcheck,gci
"golang.org/x/crypto/poly1305" //nolint:staticcheck // TODO: replace with newer package

"github.com/safing/jess/tools"
)
Expand Down

0 comments on commit 8ad0eab

Please sign in to comment.