config

package
v0.19.1 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultConfigPath = ".dep-tree.yml"

Variables

View Source
var SampleConfig string

Functions

This section is empty.

Types

type Config

type Config struct {
	Path          string
	Exclude       []string      `yaml:"exclude"`
	UnwrapExports bool          `yaml:"unwrapExports"`
	Check         check.Config  `yaml:"check"`
	Js            js.Config     `yaml:"js"`
	Rust          rust.Config   `yaml:"rust"`
	Python        python.Config `yaml:"python"`
}

func ParseConfig

func ParseConfig(cfgPath string) (*Config, error)

func (*Config) IgnoreFiles added in v0.17.4

func (c *Config) IgnoreFiles() []string

func (*Config) UnwrapProxyExports added in v0.17.4

func (c *Config) UnwrapProxyExports() bool

Jump to

Keyboard shortcuts

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