aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-19 10:18:46 -0300
committerEuAndreh <eu@euandre.org>2022-01-19 10:18:46 -0300
commit90f2352c78b921c50f4c8547baa609c272248c30 (patch)
tree97e250efd0eae66273a4914013dd22d76adee3d9
parentsrc/td.in: Remove leftover echo commands (diff)
downloadtd-90f2352c78b921c50f4c8547baa609c272248c30.tar.gz
td-90f2352c78b921c50f4c8547baa609c272248c30.tar.xz
src/td.in: Disable unusable WIP linting
-rwxr-xr-xsrc/td.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/td.in b/src/td.in
index 05ff85e..f21c03f 100755
--- a/src/td.in
+++ b/src/td.in
@@ -383,6 +383,7 @@ warning() {
}
lint() {
+ return 0
TYPE_HEADINGS="$(mkstemp)"
echo "$TD_TYPES" | cut -d: -f2- | sed 's/^/# /' > "$TYPE_HEADINGS"
IN_TD_SECTION=false