gitlabcodequality

package
v0.54.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package gitlabcodequality renders audit results as GitLab Code Quality JSON. input: internal report results from the audit application flow output: GitLab Code Quality JSON array 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render

func Render(result report.Result, options Options) ([]byte, error)

Render formats an audit result into a GitLab Code Quality JSON array. Unsupported statements are not included.

Types

type Options

type Options struct {
	// Path is the source file path. When empty, the renderer uses "deltascope.sql".
	Path string
}

Options carries renderer configuration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL