Skip to content

Commit

Permalink
Enable additional LGTM queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Anderson authored and LeStarch committed Jun 30, 2021
1 parent dd01a48 commit 84bd254
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@


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"
- "python3-venv"
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"

0 comments on commit 84bd254

Please sign in to comment.