From cb4211523007e29d41286d7c50dac7ee06860db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Tue, 7 Dec 2021 16:47:30 +0100 Subject: [PATCH] LGTM: exclude more harmless "errors" The {node.uid} pattern is used also when exporting some data to a file, and once again it is not an antipattern for us. Change-Id: Ib4441155b5ca42fad7dd6cf8554a0302a69ef136 --- .lgtm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lgtm.yml b/.lgtm.yml index 5baf1e9d..b7a23c16 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -1,2 +1,3 @@ queries: - exclude: py/clear-text-logging-sensitive-data +- exclude: py/clear-text-storage-sensitive-data