Fix load context bug #550
Annotations
2 errors and 8 warnings
Run golangci-lint:
loadfile/loadfile_test.go#L20
G304: Potential file inclusion via variable (gosec)
|
Run golangci-lint
issues found
|
Run golangci-lint:
loadfile/loadfile.go#L1
package-comments: should have a package comment (revive)
|
Run golangci-lint:
loadfile/loadfile.go#L10
exported: exported function LoadContext should have comment or be unexported (revive)
|
Run golangci-lint:
loadfile/loadfile.go#L35
exported: exported function Readable should have comment or be unexported (revive)
|
Run golangci-lint:
loadfile/loadfile_test.go#L19
var-naming: don't use underscores in Go names; var file_path should be filePath (revive)
|
Run golangci-lint:
loadfile/loadfile_test.go#L24
var-naming: don't use underscores in Go names; var symlink_dirname should be symlinkDirname (revive)
|
Run golangci-lint:
loadfile/loadfile_test.go#L25
var-naming: don't use underscores in Go names; var symlink_filename should be symlinkFilename (revive)
|
Run golangci-lint:
loadfile/loadfile_test.go#L26
var-naming: don't use underscores in Go names; var symlink_dirpath should be symlinkDirpath (revive)
|
Run golangci-lint:
loadfile/loadfile_test.go#L27
var-naming: don't use underscores in Go names; var symlink_filepath should be symlinkFilepath (revive)
|
The logs for this run have expired and are no longer available.
Loading