From 3618f48b89dd8dc18f29aa1759f27ab03fa80f79 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sun, 29 Dec 2019 15:52:58 +0000 Subject: [PATCH] Instruct LGTM to ignore short names of global variables. #1834 --- .lgtm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lgtm.yml b/.lgtm.yml index b39f9c160..6c82e6fea 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -6,3 +6,6 @@ path_classifiers: - libpcap - libssh2 - libz +queries: + # Nmap and friends use 'o' as the global options object, among others. + - exclude: cpp/short-global-name