From 84bd25466c35b677e9ecc12044ee92e7daa73c8c Mon Sep 17 00:00:00 2001 From: Joshua Anderson Date: Tue, 29 Jun 2021 16:38:31 -0700 Subject: [PATCH] Enable additional LGTM queries --- .lgtm.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.lgtm.yml b/.lgtm.yml index 07fe75b4a2..3a1e3d50f2 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -8,18 +8,18 @@ path_classifiers: - test: - - "/Gds/test" - - "/Fw/Python/test" docs: - - "/docs" + - docs queries: - # Not excluding any results right now because we want to be alerted for all issues and fixes - # In the future we may exclude depreciated code like ptf/ and Gds/src/wxgui/ - # - exclude: + - include: cpp/incorrect-not-operator-usage + - include: + tags: + - "correctness" + - "reliability" + extraction: cpp: - prepare: + prepare: packages: - "python3" - "python3-pip" @@ -27,12 +27,12 @@ extraction: after_prepare: # setup the venv and install packages - "python3 -m venv ./fprime-venv" - - ". ./fprime-venv/bin/activate" + - ". ./fprime-venv/bin/activate" - "pip install fprime-tools fprime-gds" - configure: + configure: command: before_index: - "fprime-util generate" - index: + index: build_command: - "fprime-util build --all"