aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 14b4c438..0f12696f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -29,6 +29,8 @@ Always
Next
====
+* Consider adding fuzzer code for JSON
+* Add some additional code coverage analysis to CI
* Spell check: Have the spell-check script synchronize cSpell.json with .idea/dictionaries/qpdf.xml,
which should be set to the union of all the validated user dictionaries.
* Maybe fix #553 -- use file times for attachments (trivial with C++-20)
@@ -377,8 +379,6 @@ so, I find it useful to make reference to them in this list.
* Look at https://bestpractices.coreinfrastructure.org/en
-* Consider adding fuzzer code for JSON
-
* Rework tests so that nothing is written into the source directory. Ideally then the entire build
could be done with a read-only source tree.