reviewdog [golangci] report
reported by reviewdog 🐶
Findings (5)
constants/action.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
constants/badge.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
constants/compression.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
library/queue_registration_test.go|36| unnecessary trailing newline (whitespace)
library/queue_registration_test.go|37 col 2| block should not end with a whitespace (or comment) (wsl)
Filtered Findings (0)
Annotations
Check failure on line 1 in constants/action.go
github-actions / golangci
[golangci] constants/action.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
constants/action.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 1 in constants/badge.go
github-actions / golangci
[golangci] constants/badge.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
constants/badge.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 1 in constants/compression.go
github-actions / golangci
[golangci] constants/compression.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
constants/compression.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 36 in library/queue_registration_test.go
github-actions / golangci
[golangci] library/queue_registration_test.go#L36
unnecessary trailing newline (whitespace)
Raw output
library/queue_registration_test.go:36: unnecessary trailing newline (whitespace)
}
Check failure on line 37 in library/queue_registration_test.go
github-actions / golangci
[golangci] library/queue_registration_test.go#L37
block should not end with a whitespace (or comment) (wsl)
Raw output
library/queue_registration_test.go:37:2: block should not end with a whitespace (or comment) (wsl)
}
^