7 lines
80 B
Bash
7 lines
80 B
Bash
|
rwx_gitlint() {
|
||
|
local path="${1}"
|
||
|
gitlint \
|
||
|
--target "${path}" \
|
||
|
"lint"
|
||
|
}
|