Skip to content

chore: improve package installation #117

chore: improve package installation

chore: improve package installation #117

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci-lint-github-check failed Jul 14, 2023 in 0s

reviewdog [golangci-lint-github-check] report

reported by reviewdog 🐶

Findings (1)

parser/parser.go|34 col 1| calculated cyclomatic complexity for function parseSyntaxFile is 16, max is 15 (cyclop)

Filtered Findings (0)

Annotations

Check failure on line 34 in parser/parser.go

See this annotation in the file changed.

@github-actions github-actions / golangci-lint-github-check

[golangci-lint-github-check] parser/parser.go#L34

calculated cyclomatic complexity for function parseSyntaxFile is 16, max is 15 (cyclop)
Raw output
parser/parser.go:34:1: calculated cyclomatic complexity for function parseSyntaxFile is 16, max is 15 (cyclop)
func parseSyntaxFile(pkgbuildSyntax *syntax.File, pkgbuild *pkgbuild.PKGBUILD) error {
^