Skip to content

fix(deps): update module github.com/sirupsen/logrus to v1.9.3 #179

fix(deps): update module github.com/sirupsen/logrus to v1.9.3

fix(deps): update module github.com/sirupsen/logrus to v1.9.3 #179

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Jul 11, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

version/version.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
action/lint/command.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
action/lint/command_test.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
action/playbook/flag.go|16 col 1| directive // nolint: funlen, gocyclo // ignore statements for flags should be written without leading space as //nolint: funlen, gocyclo // ignore statements for flags (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 1 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] version/version.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
version/version.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 action/lint/command.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] action/lint/command.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
action/lint/command.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 action/lint/command_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] action/lint/command_test.go#L1

Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
action/lint/command_test.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 16 in action/playbook/flag.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] action/playbook/flag.go#L16

directive `// nolint: funlen, gocyclo // ignore statements for flags` should be written without leading space as `//nolint: funlen, gocyclo // ignore statements for flags` (nolintlint)
Raw output
action/playbook/flag.go:16:1: directive `// nolint: funlen, gocyclo // ignore statements for flags` should be written without leading space as `//nolint: funlen, gocyclo // ignore statements for flags` (nolintlint)
// nolint: funlen, gocyclo // ignore statements for flags
^