tasks/after

This commit is contained in:
Marc Beninca 2025-02-01 01:38:15 +01:00
parent a98294a65e
commit 459e85de92
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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}" \