Skip to content

Commit

Permalink
More linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Dec 19, 2022
1 parent 952a23c commit 929f178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ linters:
- noctx
- prealloc
- revive
- rowserrcheck
# - rowserrcheck
- thelper
- tparallel
- unconvert
- unparam
- wastedassign
# - wastedassign
- whitespace
1 change: 0 additions & 1 deletion keychain.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ func (k *keychain) Remove(key string) error {
}

return err

}

func (k *keychain) Keys() ([]string, error) {
Expand Down

0 comments on commit 929f178

Please sign in to comment.