Skip to content

Commit 0255eee

Browse files
committed
Tell LGTM to use Python 3 explicitly.
I'm not sure if this affects the Python analysis (it might as there are some strange 'issues'), but the C/C++ analysis is definitely broken due to using Python 2 to build.
1 parent 25ca8d2 commit 0255eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.lgtm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
extraction:
2+
python:
3+
python_setup:
4+
version: 3
15
path_classifiers:
26
examples:
37
# Exclude example files from analysis by tagging them.

0 commit comments

Comments
 (0)