renamecheck

package
v0.10.12 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Report

func Report(w io.Writer, findings []Finding) error

Types

type Finding

type Finding struct {
	Path    string
	Line    int
	Column  int
	Surface string
	Match   string
}

func Run

func Run(opts Options) ([]Finding, error)

func Scan

func Scan(opts Options) ([]Finding, error)

type Options

type Options struct {
	Root string
	Out  io.Writer
}

Jump to

Keyboard shortcuts

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