Commit 550080cdd562e31decfffcdb79768ae31ca7870a
1 parent
6e6a73d2
Remove lgtm.yml
lgtm was discontinued in 2022.
Showing
1 changed file
with
0 additions
and
11 deletions
lgtm.yml deleted
| 1 | -# See https://lgtm.com/help/lgtm/lgtm.yml-configuration-file | |
| 2 | - | |
| 3 | -# Suppress alerts for weak cryptographic algorithms. The PDF file | |
| 4 | -# format used to rely on various weak algorithms. It is no longer | |
| 5 | -# necessary to use them when creating encrypted PDF files, but qpdf | |
| 6 | -# must always retain support for those algorithms in order to be able | |
| 7 | -# to read older files. qpdf issues warnings to try to prevent users | |
| 8 | -# from creating new files with weak encryption algorithms. | |
| 9 | - | |
| 10 | -queries: | |
| 11 | -- exclude: cpp/weak-cryptographic-algorithm |