aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--IDEAS.md3
-rw-r--r--ISSUES.md2
2 files changed, 5 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.
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.