Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

set config path dir

2ee18b9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

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

set config path dir
2ee18b9
Select commit
Loading
Failed to load commit list.
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) {
^