Skip to content

Initial layer caching implementation #155

Initial layer caching implementation

Initial layer caching implementation #155

Triggered via pull request June 14, 2024 02:27
Status Failure
Total duration 49s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: builder/manager.go#L527
cognitive complexity 35 of func `(*Manager).InitResolver` is high (> 30) (gocognit)
lint: builder/manager.go#L538
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: builder/manager.go#L602
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)