guard

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const PathPrefix = ".commitbrief/"

PathPrefix is the trigger condition: any diff file whose path starts with this string (i.e., lives under the .commitbrief/ directory) prompts the user. Root-level COMMITBRIEF.md and .commitbriefignore are intentionally excluded — they are team-shared by design (ADR-0007).

Variables

This section is empty.

Functions

func Triggers

func Triggers(d diff.Diff) []string

Types

type Options

type Options struct {
	AssumeYes      bool
	NonInteractive bool
	Writer         io.Writer
	Reader         io.Reader
}

type Result

type Result int
const (
	Continue Result = iota
	Abort
)

func CheckDiffForLocalConfig

func CheckDiffForLocalConfig(d diff.Diff, opts Options) (Result, error)

func (Result) String

func (r Result) String() string

Jump to

Keyboard shortcuts

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