-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy path.lgtm.yml
More file actions
23 lines (23 loc) · 829 Bytes
/
.lgtm.yml
File metadata and controls
23 lines (23 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
extraction:
python:
python_setup:
version: 3
requirements: "cython>=0.29"
cpp:
after_prepare:
- "pip3 install --upgrade --user cython"
- "pip3 install --upgrade --user wheel"
- "pip3 install --upgrade --user scikit-build"
- "pip3 install --upgrade --user cmake"
- "pip3 install --upgrade --user ninja"
- "git config --global url.https://github.com/.insteadOf git://github.com/"
- "export PATH=\"$HOME/.local/bin:$PATH\""
index:
build_command: "python3 setup.py build"
path_classifiers:
generated:
# Classify files generated from featgram.g as generated code so no alerts:
- c/addfeatures/hotconv/FeatParser.cpp
- c/addfeatures/hotconv/FeatLexer.cpp
- c/addfeatures/hotconv/FeatParserVisitor.cpp
- c/addfeatures/hotconv/FeatParserBaseVisitor.cpp