Skip to content

Commit

Permalink
Add config file for LGTM (#681)
Browse files Browse the repository at this point in the history
Disable false positives that cannot be fixed by LGTM, because their
heuristic detects strings such "id" that are actually very common in
DICOM, for example in "UID".
  • Loading branch information
DimitriPapadopoulos committed Dec 21, 2021
1 parent 84a5a20 commit ba60768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lgtm.yml
@@ -0,0 +1,4 @@
---
queries:
# https://lgtm.com/rules/1510014536001/
- exclude: py/clear-text-logging-sensitive-data

0 comments on commit ba60768

Please sign in to comment.