From 1d3f2d1e4c59867024470d3444e12698b7ebb22e Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 14:08:36 +0200 Subject: 0.0.4: max-size, exclude forms, --min-age --- cmd/krino/check.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd/krino/check.go') diff --git a/cmd/krino/check.go b/cmd/krino/check.go index 1820bbe..dfe3a1a 100644 --- a/cmd/krino/check.go +++ b/cmd/krino/check.go @@ -36,6 +36,9 @@ func cmdCheck(g *globals, args []string, stdout, stderr io.Writer) int { if dr.Missing { fmt.Fprintf(stdout, " warning: %s is not a directory right now; it will be skipped\n", xdg.Abbrev(dr.Dir.Root)) } + for _, x := range dr.Dir.Excludes { + fmt.Fprintf(stdout, " %s\n", x.Text) + } if len(dr.Dir.Rules) == 0 { fmt.Fprintln(stdout, " no rules yet") } -- cgit v1.3