tasks/after
This commit is contained in:
parent
a98294a65e
commit
459e85de92
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ rwx_lint() {
|
||||||
local path="${1}"
|
local path="${1}"
|
||||||
[ -n "${path}" ] || return 1
|
[ -n "${path}" ] || return 1
|
||||||
rwx_lint_clean "${path}"
|
rwx_lint_clean "${path}"
|
||||||
|
rwx_lint_tasks "${path}"
|
||||||
set \
|
set \
|
||||||
"python" \
|
"python" \
|
||||||
"shell"
|
"shell"
|
||||||
|
@ -71,6 +72,7 @@ rwx_lint_tasks() {
|
||||||
for type in "${@}"; do
|
for type in "${@}"; do
|
||||||
rwx_log "${type}"
|
rwx_log "${type}"
|
||||||
grep \
|
grep \
|
||||||
|
--after "1" \
|
||||||
--directories "recurse" \
|
--directories "recurse" \
|
||||||
--line-number \
|
--line-number \
|
||||||
" ${type}" \
|
" ${type}" \
|
||||||
|
|
Loading…
Reference in a new issue