rwx/sh/lint/gitlint.sh

7 lines
80 B
Bash
Raw Permalink Normal View History

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