6 lines
80 B
1
rwx_gitlint() {
2
local path="${1}"
3
gitlint \
4
--target "${path}" \
5
"lint"
6
}
7