formatcheck

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateStrict

func ValidateStrict(root string) error

ValidateStrict runs full layout validation aligned with LeRobot on-disk requirements.

Types

type Options

type Options struct {
	Strict bool
}

Options controls validation depth. Strict aligns with LeRobot dataset loading requirements.

type Result

type Result struct {
	OK       bool
	Version  string
	Errors   []string
	Warnings []string
	Files    []string
	Summary  string
}

func Validate

func Validate(root string) (Result, error)

func ValidateWithOptions

func ValidateWithOptions(root string, opts Options) (Result, error)

Jump to

Keyboard shortcuts

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