Skip to content

Initial layer caching implementation #162

Initial layer caching implementation

Initial layer caching implementation #162

Triggered via pull request June 26, 2024 00:54
Status Failure
Total duration 43s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: builder/manager.go#L507
cognitive complexity 35 of func `(*Manager).InitResolver` is high (> 30) (gocognit)
lint: builder/manager.go#L518
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: builder/manager.go#L582
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: builder/main.go#L52
Comment should end in a period (godot)
lint: builder/main.go#L54
Comment should end in a period (godot)
lint: builder/util.go#L289
func `hashFileBytes` is unused (unused)
lint: builder/util.go#L303
func `hashFile` is unused (unused)
lint: builder/build.go#L239
if statements should only be cuddled with assignments (wsl)
lint: builder/build.go#L242
if statements should only be cuddled with assignments (wsl)
lint: builder/build.go#L247
return statements should not be cuddled if block has more than two lines (wsl)