Skip to content
GitHub Actions / golangci failed Aug 30, 2023 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)
	}
	^