lint
All checks were successful
/ job (push) Successful in 2m57s

This commit is contained in:
Marc Beninca 2025-08-03 00:13:39 +02:00
parent 422d0a0363
commit 38c5eb58b8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 1 deletions

View file

@ -132,7 +132,9 @@ RE_SHEBANG = RE_BEGIN "#!" RE_SPACES RE_ANY RE_END
RE_TASK = RE_BEGIN RE_SPACES "#" RE_SPACES RE_TSK RE_ANY RE_END
re["variable"] = RE_BEGIN RE_VAR RE_SET RE_END
doc = ""
line = 0
module = ""
}

View file

@ -8,5 +8,6 @@ rwx_gawk_lint() {
--posix \
--lint="fatal" \
--file "${file}" \
--assign action="lint"
--assign action="lint" \
--assign target=""
}