rwx/sh/lint/gitlint.sh
2025-01-31 23:51:48 +01:00

6 lines
80 B
Bash

rwx_gitlint() {
local path="${1}"
gitlint \
--target "${path}" \
"lint"
}