From 93166d0ac422155034f560dee9aa532b5da2662c Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 6 Dec 2022 11:06:32 -0700 Subject: [PATCH] Remove .lgtm.yml --- .lgtm.yml | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 6b72a49b6e..0000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,51 +0,0 @@ -# LGTM config file docs: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file - -# Results from files under any classifier will be excluded from LGTM stats. -path_classifiers: - library: - - "auxil/broker/caf/" - - "auxil/filesystem/" - - "auxil/libkqueue/" - - "auxil/highwayhash/" - - "auxil/rapidjson/" - - "auxil/spicy" - - "auxil/spicy-plugin" - - "auxil/zeek-af_packet-plugin/" - - "src/3rdparty/" - -# Filter out alerts that aren't concerning. -queries: - - exclude: cpp/use-of-goto - - exclude: cpp/short-global-name - - exclude: cpp/fixme-comment - - exclude: cpp/function-in-block - -extraction: - cpp: - prepare: - # Ubuntu packages to install. - packages: - - cmake - - make - - ninja-build - - gcc - - g++ - - flex - - bison - - libpcap-dev - - libssl-dev - - python3 - - python3-dev - - swig - - zlib1g-dev - - libkrb5-dev - - configure: - command: - # Disabling Spicy in LGTM build since it seems to lead to a LGTM - # performance edge case where analysis does not finish in 4h. - - ./configure --build-type=debug --generator=Ninja --disable-spicy - - index: - build_command: - - ( cd build && ninja )