Skip to content

fix: [#5] Ensure that file names get tested in the root #45

fix: [#5] Ensure that file names get tested in the root

fix: [#5] Ensure that file names get tested in the root #45

Triggered via push November 2, 2024 17:43
Status Failure
Total duration 1m 3s
Artifacts

golang.yml

on: push
Matrix: MCVS-golang-action
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
MCVS-golang-action (lint): internal/analyzer/analyzer.go#L68
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
MCVS-golang-action (lint): internal/analyzer/analyzer.go#L128
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
MCVS-golang-action (lint): internal/analyzer/analyzer.go#L68
unhandled-error: Unhandled error in call to function fmt.Println (revive)
MCVS-golang-action (lint): internal/analyzer/analyzer.go#L128
unhandled-error: Unhandled error in call to function fmt.Println (revive)
MCVS-golang-action (lint)
Process completed with exit code 201.
MCVS-golang-action (unit)
The job was canceled because "lint" failed.
MCVS-golang-action (coverage)
The job was canceled because "lint" failed.
MCVS-golang-action (security-golang-modules)
Both go-version and go-version-file inputs are specified, only go-version will be used