V2 django #133
ci.yml
on: pull_request
Detect Changes
12s
Matrix: CodeQL Analysis
Matrix: build-go-binaries
Matrix: sign-go-binaries
Matrix: docker-build-push
Matrix: Sign Docker Images
Snyk Docker
0s
Sync API to ReadMe
0s
Sync Docs to ReadMe
Create Release
Annotations
14 errors and 16 warnings
|
Python Lint
Process completed with exit code 1.
|
|
Frontend Lint
Process completed with exit code 1.
|
|
Go Lint
issues found
|
|
Go Lint:
skyspy-go/internal/airband/watcher.go#L72
`cancelled` is a misspelling of `canceled` (misspell)
|
|
Go Lint:
skyspy-go/internal/airband/uploader.go#L164
shadow: declaration of "err" shadows declaration at line 117 (govet)
|
|
Go Lint:
skyspy-go/internal/airband/uploader.go#L149
shadow: declaration of "err" shadows declaration at line 117 (govet)
|
|
Go Lint:
skyspy-go/internal/airband/uploader.go#L133
shadow: declaration of "err" shadows declaration at line 117 (govet)
|
|
Go Lint:
skyspy-go/internal/airband/uploader.go#L116
cyclomatic complexity 21 of func `(*Uploader).tryUpload` is high (> 20) (gocyclo)
|
|
Go Lint:
skyspy-go/internal/airband/uploader.go#L29
paramTypeCombine: func(host string, port int, timeout int, maxRetries int, authProvider AuthProvider, metrics *Metrics, logger *slog.Logger) *Uploader could be replaced with func(host string, port, timeout, maxRetries int, authProvider AuthProvider, metrics *Metrics, logger *slog.Logger) *Uploader (gocritic)
|
|
Go Lint:
skyspy-go/internal/airband/parser.go#L95
File is not properly formatted (gofmt)
|
|
Go Lint:
skyspy-go/internal/airband/airband.go#L30
File is not properly formatted (gofmt)
|
|
Go Lint:
skyspy-go/cmd/skyspy/airband.go#L23
File is not properly formatted (gofmt)
|
|
Quality Gate
Process completed with exit code 1.
|
|
CI Success
Process completed with exit code 1.
|
|
Frontend Lint:
web/src/components/aircraft/tabs/components/LinkedGraphPanel.test.jsx#L216
'svgs' is assigned a value but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
Frontend Lint:
web/src/components/aircraft/tabs/components/FlightStatsPanel.test.jsx#L174
'container' is assigned a value but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
Frontend Lint:
web/src/components/aircraft/tabs/components/FlightStatsPanel.test.jsx#L169
'container' is assigned a value but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
Frontend Lint:
web/src/components/aircraft/tabs/components/EnhancedFlightMap.test.jsx#L153
'replayMarker' is assigned a value but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
Frontend Lint:
web/src/components/aircraft/tabs/SafetyTab.test.jsx#L2
'waitFor' is defined but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
Frontend Lint:
web/src/components/aircraft/components/TabNavigation.test.jsx#L90
'container' is assigned a value but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
Frontend Lint:
web/src/components/aircraft/AircraftSidebar.test.jsx#L2
'waitFor' is defined but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
Frontend Lint:
web/src/components/aircraft/AircraftDetailPage.test.jsx#L12
'aircraft' is defined but never used. Allowed unused args must match /^_|^(props|options|config|apiBase|index|event|err|error)$/u
|
|
Frontend Lint:
web/src/App.test.jsx#L7
'stats' is defined but never used. Allowed unused args must match /^_|^(props|options|config|apiBase|index|event|err|error)$/u
|
|
Frontend Lint:
web/src/App.test.jsx#L2
'waitFor' is defined but never used. Allowed unused vars must match /^(_|React$|set[A-Z])/u
|
|
CodeQL Analysis (python)
Cannot create diff range extension pack for diff-informed queries; reverting to performing full analysis.
|
|
CodeQL Analysis (python)
Cannot retrieve the full diff because there are too many (300) changed files in the pull request.
|
|
CodeQL Analysis (python)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
CodeQL Analysis (javascript-typescript)
Cannot create diff range extension pack for diff-informed queries; reverting to performing full analysis.
|
|
CodeQL Analysis (javascript-typescript)
Cannot retrieve the full diff because there are too many (300) changed files in the pull request.
|
|
CodeQL Analysis (javascript-typescript)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|