adding files #1
Annotations
10 errors, 7 warnings, and 3 notices
|
Lint:
bmssp.go#L84
return statements should not be cuddled if block has more than two lines (wsl)
|
|
Lint:
benchmark_test.go#L177
`initializeDistanceMap` - `source` always receives `source` (`0`) (unparam)
|
|
Lint:
benchmark_test.go#L13
`generateRandomGraph` - `maxWeight` always receives `10.0` (`10`) (unparam)
|
|
Lint:
bmssp.go#L248
Magic number: 1e-9, in <condition> detected (mnd)
|
|
Lint:
benchmark_test.go#L223
File is not properly formatted (gofmt)
|
|
Lint:
bmssp.go#L118
File is not properly formatted (gofmt)
|
|
Lint:
bmssp.go#L304
captLocal: `G' should not be capitalized (gocritic)
|
|
Lint:
bmssp.go#L184
captLocal: `S' should not be capitalized (gocritic)
|
|
Lint:
bmssp.go#L89
captLocal: `S' should not be capitalized (gocritic)
|
|
Lint:
bmssp.go#L232
cyclomatic complexity 18 of func `BMSSP` is high (> 15) (gocyclo)
|
|
Build (ubuntu-latest, 1.25)
Restore cache failed: Dependencies file is not found in /home/runner/work/bmssp-go/bmssp-go. Supported file pattern: go.sum
|
|
Build (macos-latest, 1.25)
Restore cache failed: Dependencies file is not found in /Users/runner/work/bmssp-go/bmssp-go. Supported file pattern: go.sum
|
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/bmssp-go/bmssp-go. Supported file pattern: go.sum
|
|
Test (1.23)
Restore cache failed: Dependencies file is not found in /home/runner/work/bmssp-go/bmssp-go. Supported file pattern: go.sum
|
|
Test (1.24)
Restore cache failed: Dependencies file is not found in /home/runner/work/bmssp-go/bmssp-go. Supported file pattern: go.sum
|
|
Build (windows-latest, 1.25)
Restore cache failed: Dependencies file is not found in D:\a\bmssp-go\bmssp-go. Supported file pattern: go.sum
|
|
Test (1.25)
Restore cache failed: Dependencies file is not found in /home/runner/work/bmssp-go/bmssp-go. Supported file pattern: go.sum
|
|
Build (macos-latest, 1.25)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build (macos-latest, 1.25)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build (windows-latest, 1.25)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|