gitlint
This commit is contained in:
parent
be49eab2f4
commit
98adf0b2a1
1 changed files with 6 additions and 0 deletions
6
sh/lint/gitlint.sh
Normal file
6
sh/lint/gitlint.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
rwx_gitlint() {
|
||||
local path="${1}"
|
||||
gitlint \
|
||||
--target "${path}" \
|
||||
"lint"
|
||||
}
|
Loading…
Reference in a new issue