Skip to content

Commit

Permalink
pkg/report/freebsd.go: nolint goconst for freebsdOopses
Browse files Browse the repository at this point in the history
To unblock google#4285.
  • Loading branch information
tarasmadan committed Oct 26, 2023
1 parent a682f83 commit bf285f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/report/freebsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func (ctx *freebsd) Symbolize(rep *Report) error {

var freebsdStackParams = &stackParams{}

// nolint: goconst
var freebsdOopses = append([]*oops{
{
[]byte("Fatal trap"),
Expand Down

0 comments on commit bf285f0

Please sign in to comment.