Skip to content

remove older issue template #73

remove older issue template

remove older issue template #73

GitHub Actions / golangci succeeded Dec 19, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (31)

cmd/config/parse.go:6: File is not goimports-ed (goimports)
cmd/initialize/init.go:4: File is not goimports-ed (goimports)
cmd/list/list.go:4: File is not goimports-ed (goimports)
testing/cli_test.go:25: Using the variable on range scope tt in function literal (scopelint)
testing/cli_test.go:26: Using the variable on range scope tt in function literal (scopelint)
testing/cli_test.go:29: Using the variable on range scope tt in function literal (scopelint)
cmd/config/io.go:19: G304: Potential file inclusion via variable (gosec)
testing/fixtures/command_init_fixtures.go:34: G304: Potential file inclusion via variable (gosec)
testing/fixtures/command_init_fixtures.go:57: G304: Potential file inclusion via variable (gosec)
testing/cli_test.go:32: G204: Subprocess launched with variable (gosec)
testing/cli_test.go:67: G204: Subprocess launched with variable (gosec)
testing/fixtures/fixures.go:37: Consider preallocating r1 (prealloc)
testing/fixtures/command_unset_fixtures.go:43: string project: Sample Project [testing/fixtures/command_init_fixtures.go:64](https://github.com/gopinath-langote/1build/blob/98ff7ecb603fdac23a9241ca05eb5823f54f33a5/testing/fixtures/command_init_fixtures.go#L64): string
testing/fixtures/execute_cmd_fixtures.go:26: string [testing/fixtures/command_set_fixtures.go:28](https://github.com/gopinath-langote/1build/blob/98ff7ecb603fdac23a9241ca05eb5823f54f33a5/testing/fixtures/command_set_fixtures.go#L28): string
cmd/root.go:48: don't use init function (gochecknoinits)
cmd/initialize/init.go:46: don't use init function (gochecknoinits)
cmd/del/delete.go:52: don't use init function (gochecknoinits)
cmd/config/parse.go:21: OneBuildConfigFileName is a global variable (gochecknoglobals)
cmd/list/list.go:10: Cmd is a global variable (gochecknoglobals)
testing/cli_test.go:15: binaryName is a global variable (gochecknoglobals)
testing/cli_test.go:16: binaryPath is a global variable (gochecknoglobals)
testing/cli_test.go:17: testDirectory is a global variable (gochecknoglobals)
cmd/root.go:19: Cmd is a global variable (gochecknoglobals)
testing/utils/test_utils.go:16: regex is a global variable (gochecknoglobals)
cmd/initialize/init.go:11: Cmd is a global variable (gochecknoglobals)
cmd/del/delete.go:14: shouldDelete is a global variable (gochecknoglobals)
testing/utils/test_utils.go:14: line is 144 characters (lll)
testing/fixtures/command_set_fixtures.go:138: line is 136 characters (lll)
testing/fixtures/command_unset_fixtures.go:135: line is 136 characters (lll)