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}"
|
||||
[ -n "${path}" ] || return 1
|
||||
rwx_lint_clean "${path}"
|
||||
rwx_lint_tasks "${path}"
|
||||
set \
|
||||
"python" \
|
||||
"shell"
|
||||
|
@ -71,6 +72,7 @@ rwx_lint_tasks() {
|
|||
for type in "${@}"; do
|
||||
rwx_log "${type}"
|
||||
grep \
|
||||
--after "1" \
|
||||
--directories "recurse" \
|
||||
--line-number \
|
||||
" ${type}" \
|
||||
|
|
Loading…
Reference in a new issue