Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasaky committed Oct 18, 2024
1 parent 862b707 commit 3e95f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ issues:
- text: "SA1019: package golang.org/x/crypto/openpgp"
linters:
- staticcheck
exclude-dirs:
- internal/fork
max-issues-per-linter: 0
max-same-issues: 0
run:
issues-exit-code: 1
timeout: 10m
skip-dirs:
- internal/fork
2 changes: 1 addition & 1 deletion internal/rekor/oid/oid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestOID(t *testing.T) {
}

if diff := cmp.Diff(tlog, got); diff != "" {
t.Errorf(diff)
t.Error(diff)
}
}

Expand Down

0 comments on commit 3e95f15

Please sign in to comment.