MCPcopy Create free account
hub / github.com/LunaSource/Luna / FilterValue

Method FilterValue

config/config.go:47–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45func GetDefaultConfig() Config {
46 return Config{
47 IgnoredFiles: []string{},
48 IgnoredPatterns: []string{"*.exe", "*.dll", "*.png", "*.jpg", "*.jpeg", "*.gif", "*.bin"},
49 CommitPrefixes: []string{"chore:", "refactor:", "feat:", "fix:", "docs:", "test:"},
50 MaxCommitLength: 72,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected