Discover Packages
github.com/Fanduzi/DeltaScope
internal
infrastructure
output
gitlabcodequality
package
Version:
v0.500.0
Opens a new window with list of versions in this module.
Published: Aug 30, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
GitLab Code Quality Output Module
Renders audit results as GitLab Code Quality JSON.
Files
File
Responsibility
render.go
Converts findings and located parser-error diagnostics into deterministic GitLab Code Quality issues
render_test.go
Verifies finding mapping, fingerprints, locations, no-leak behavior, and parser-error issues
Exports
Render(report.Result, Options) ([]byte, error)
Options — optional source path; defaults to deltascope.sql
Dependencies
Upstream: CLI audit format dispatch
Downstream: internal/domain/report, internal/domain/rule, internal/domain/spec
Update Rule
If members/interfaces/dependencies change, update this file in the same change.
Expand ▾
Collapse ▴
Documentation
¶
Package gitlabcodequality renders audit results as GitLab Code Quality JSON.
input: internal report findings and source-located parser diagnostics from the audit application flow
output: GitLab Code Quality finding and parser-error issues for CI pipeline integration
pos: infrastructure output adapter for the GitLab Code Quality CI-native renderer
note: if this file changes, update this header and module README.md.
Render formats an audit result into a GitLab Code Quality JSON array.
Unsupported statements are not included; parser-error diagnostics are included.
type Options struct {
Path string
}
Options carries renderer configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.