Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Ignore []string `yaml:"ignore"`
MaxDiffSize int `yaml:"max_diff_size"`
OutputFormat string `yaml:"output_format"`
// contains filtered or unexported fields
}
Config represents the .intent-diff.yml configuration file.
func DefaultConfig ¶
func DefaultConfig() *Config
DefaultConfig returns a Config with sensible defaults.
func (*Config) ShouldIgnore ¶
ShouldIgnore returns true if the given path matches any ignore pattern.
Click to show internal directories.
Click to hide internal directories.