fix(deps): update module github.com/vbatts/git-validation to v1.2.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-26 05:43:42 +00:00
committed by GitHub
parent 73795f40a2
commit 6796562b50
18 changed files with 270 additions and 64 deletions

View File

@ -47,6 +47,7 @@ func NewRunner(root string, rules []Rule, commitrange string, verbose bool) (*Ru
}
}
}
logrus.Debugf("[NewRunner] commitrange: %q", commitrange)
return &Runner{
Root: newroot,
Rules: rules,