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 | 291 | |
| 292 | 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 | 294 | * Check all open issues and pull requests in github and the |
| 298 | 295 | sourceforge trackers. See ~/scripts/github-issues. Don't forget pull |
| 299 | 296 | requests. Note: If the location for reporting issues changes, do a | ... | ... |
TODO
| ... | ... | @@ -58,7 +58,6 @@ Possible future JSON enhancements |
| 58 | 58 | * Consider having warnings be included in the json in a "warnings" key |
| 59 | 59 | in json mode. |
| 60 | 60 | |
| 61 | - | |
| 62 | 61 | QPDFJob |
| 63 | 62 | ======= |
| 64 | 63 | |
| ... | ... | @@ -244,7 +243,6 @@ Other notes: |
| 244 | 243 | way that works for the qpdf/qpdf repository as well since they are |
| 245 | 244 | very similar. |
| 246 | 245 | |
| 247 | - | |
| 248 | 246 | ABI Changes |
| 249 | 247 | =========== |
| 250 | 248 | |
| ... | ... | @@ -257,7 +255,6 @@ for "[[deprecated" to find deprecated APIs that can be removed. |
| 257 | 255 | instead of a shared_ptr. There may be other classes that could also |
| 258 | 256 | be converted. |
| 259 | 257 | |
| 260 | - | |
| 261 | 258 | Page splitting/merging |
| 262 | 259 | ====================== |
| 263 | 260 | |
| ... | ... | @@ -349,6 +346,8 @@ directory or that are otherwise not publicly accessible. This includes |
| 349 | 346 | things sent to me by email that are specifically not public. Even so, |
| 350 | 347 | I find it useful to make reference to them in this list. |
| 351 | 348 | |
| 349 | +* Consider enabling code scanning on GitHub. | |
| 350 | + | |
| 352 | 351 | * Add an option --ignore-encryption to ignore encryption information |
| 353 | 352 | and treat encrypted files as if they weren't encrypted. This should |
| 354 | 353 | make it possible to solve #598 (--show-encryption without a | ... | ... |