Commit d12734d76fb599c64a9b7fd6cc5a92dd1a90e0ee
1 parent
94c79bb8
Remove lgtm since it's getting shut down
It might be worth enabling code scanning at GitHub, which is a superset of lgtm.
Showing
2 changed files
with
2 additions
and
6 deletions
README-maintainer
| @@ -291,9 +291,6 @@ RELEASE PREPARATION | @@ -291,9 +291,6 @@ RELEASE PREPARATION | ||
| 291 | 291 | ||
| 292 | * Check for open fuzz crashes at https://oss-fuzz.com | 292 | * Check for open fuzz crashes at https://oss-fuzz.com |
| 293 | 293 | ||
| 294 | -* Check lgtm: https://lgtm.com/projects/g/qpdf/qpdf/?mode=list for | ||
| 295 | - anything worth fixing | ||
| 296 | - | ||
| 297 | * Check all open issues and pull requests in github and the | 294 | * Check all open issues and pull requests in github and the |
| 298 | sourceforge trackers. See ~/scripts/github-issues. Don't forget pull | 295 | sourceforge trackers. See ~/scripts/github-issues. Don't forget pull |
| 299 | requests. Note: If the location for reporting issues changes, do a | 296 | requests. Note: If the location for reporting issues changes, do a |
TODO
| @@ -58,7 +58,6 @@ Possible future JSON enhancements | @@ -58,7 +58,6 @@ Possible future JSON enhancements | ||
| 58 | * Consider having warnings be included in the json in a "warnings" key | 58 | * Consider having warnings be included in the json in a "warnings" key |
| 59 | in json mode. | 59 | in json mode. |
| 60 | 60 | ||
| 61 | - | ||
| 62 | QPDFJob | 61 | QPDFJob |
| 63 | ======= | 62 | ======= |
| 64 | 63 | ||
| @@ -244,7 +243,6 @@ Other notes: | @@ -244,7 +243,6 @@ Other notes: | ||
| 244 | way that works for the qpdf/qpdf repository as well since they are | 243 | way that works for the qpdf/qpdf repository as well since they are |
| 245 | very similar. | 244 | very similar. |
| 246 | 245 | ||
| 247 | - | ||
| 248 | ABI Changes | 246 | ABI Changes |
| 249 | =========== | 247 | =========== |
| 250 | 248 | ||
| @@ -257,7 +255,6 @@ for "[[deprecated" to find deprecated APIs that can be removed. | @@ -257,7 +255,6 @@ for "[[deprecated" to find deprecated APIs that can be removed. | ||
| 257 | instead of a shared_ptr. There may be other classes that could also | 255 | instead of a shared_ptr. There may be other classes that could also |
| 258 | be converted. | 256 | be converted. |
| 259 | 257 | ||
| 260 | - | ||
| 261 | Page splitting/merging | 258 | Page splitting/merging |
| 262 | ====================== | 259 | ====================== |
| 263 | 260 | ||
| @@ -349,6 +346,8 @@ directory or that are otherwise not publicly accessible. This includes | @@ -349,6 +346,8 @@ directory or that are otherwise not publicly accessible. This includes | ||
| 349 | things sent to me by email that are specifically not public. Even so, | 346 | things sent to me by email that are specifically not public. Even so, |
| 350 | I find it useful to make reference to them in this list. | 347 | I find it useful to make reference to them in this list. |
| 351 | 348 | ||
| 349 | +* Consider enabling code scanning on GitHub. | ||
| 350 | + | ||
| 352 | * Add an option --ignore-encryption to ignore encryption information | 351 | * Add an option --ignore-encryption to ignore encryption information |
| 353 | and treat encrypted files as if they weren't encrypted. This should | 352 | and treat encrypted files as if they weren't encrypted. This should |
| 354 | make it possible to solve #598 (--show-encryption without a | 353 | make it possible to solve #598 (--show-encryption without a |