Skip to content

Extensionless File Feature for Issue #5 #36

Extensionless File Feature for Issue #5

Extensionless File Feature for Issue #5 #36

Re-run triggered July 8, 2024 16:11
Status Failure
Total duration 1m 14s
Artifacts

golangci-lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 6 warnings
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L3
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L7
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L9
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L68
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L92
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L183
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L211
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/finder_test.go#L294
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): cmd/validator/validator.go#L44
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): cmd/validator/validator.go#L47
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, windows-latest)
The job was canceled because "_1_21_macos-latest" failed.
lint (1.21, windows-latest)
The operation was canceled.
lint (1.21, ubuntu-latest)
The job was canceled because "_1_21_macos-latest" failed.
lint (1.21, ubuntu-latest): pkg/finder/finder_test.go#L294
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L3
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L7
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L9
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L68
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L92
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L183
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L211
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): cmd/validator/validator.go#L44
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, ubuntu-latest): cmd/validator/validator.go#L47
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/Boeing/config-file-validator) (gci)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L184
modifies-value-receiver: suspicious assignment to a by-value method receiver (revive)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L111
unchecked-type-assertion: type cast result is unchecked in val.(string) - type assertion will panic if not matched (revive)
lint (1.21, macos-latest): pkg/finder/fsfinder.go#L100
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L184
modifies-value-receiver: suspicious assignment to a by-value method receiver (revive)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L100
use-any: since GO 1.18 'interface{}' can be replaced by 'any' (revive)
lint (1.21, ubuntu-latest): pkg/finder/fsfinder.go#L111
unchecked-type-assertion: type cast result is unchecked in val.(string) - type assertion will panic if not matched (revive)