From 3cb22c45009402e5eca066ba7cc7c66fea105e03 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 31 Oct 2017 23:00:47 +1300 Subject: Add idea and issue regarding checking and linting Just for future reference, but the work for this branch is done now. --- IDEAS.md | 3 +++ ISSUES.md | 2 ++ 2 files changed, 5 insertions(+) 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. diff --git a/ISSUES.md b/ISSUES.md index 48007919..77e0b1d9 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -22,3 +22,5 @@ Known issues `completion-ignore-case` setting * Document `install-conf` target once I'm sure it's not a dumb idea * Need to decide whether I care about XDG, and implement it if I do +* Need to decide whether I'm testing the shell snippets for MPD, Keychain + etc, and if so how. -- cgit v1.2.3