diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-31 23:00:47 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-31 23:00:47 +1300 |
commit | 3cb22c45009402e5eca066ba7cc7c66fea105e03 (patch) | |
tree | 94fa4a492b66349b9f5f99f2be66f947641ea236 /IDEAS.md | |
parent | Bring Xinit check/lint scripts up to standard (diff) | |
download | dotfiles-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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |