Skip to content

Enhance Atmos Configuration with atmos.d Support and Import Functionality #3753

Enhance Atmos Configuration with atmos.d Support and Import Functionality

Enhance Atmos Configuration with atmos.d Support and Import Functionality #3753

GitHub Actions / golangci failed Mar 4, 2025 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

pkg/config/config.go|17 col 1| cognitive complexity 23 of func InitCliConfig is high (> 20) (gocognit)

Filtered Findings (0)

Annotations

Check failure on line 17 in pkg/config/config.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/config/config.go#L17

cognitive complexity 23 of func `InitCliConfig` is high (> 20) (gocognit)
Raw output
pkg/config/config.go:17:1: cognitive complexity 23 of func `InitCliConfig` is high (> 20) (gocognit)
func InitCliConfig(configAndStacksInfo schema.ConfigAndStacksInfo, processStacks bool) (schema.AtmosConfiguration, error) {
^