aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:00:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:00:47 +1300
commit3cb22c45009402e5eca066ba7cc7c66fea105e03 (patch)
tree94fa4a492b66349b9f5f99f2be66f947641ea236 /IDEAS.md
parentBring Xinit check/lint scripts up to standard (diff)
downloaddotfiles-3cb22c45009402e5eca066ba7cc7c66fea105e03.tar.gz
dotfiles-3cb22c45009402e5eca066ba7cc7c66fea105e03.zip
Add idea and issue regarding checking and linting
Just for future reference, but the work for this branch is done now.
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 0a812167..6bb4af82 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -21,3 +21,6 @@ Ideas
calls that via `eval`.
* The BigFileMeasures() function in .vim/config/bigfile.vim should maybe be a
self-contained plugin rather than a config subfile.
+* Ideally, the .awk and/or .sed scripts in the bin and games dirs should be
+ syntax-checked or linted. I could at least add some patient application of
+ appropriate `gawk --lint` calls for each of the .awk scripts.