forked from openscad/openscad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lgtm.yml
34 lines (34 loc) · 857 Bytes
/
lgtm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
path_classifiers:
test:
# Override LGTM's default classification of test files by excluding all files.
- exclude: /
# Classify all files in the top-level directories test/ and testsuites/ as test code.
- tests
- testdata
library:
- src/ext/hidapi
- src/ext/libtess2
- src/ext/lodepng
- src/ext/polyclipping
extraction:
cpp:
prepare:
packages:
- lib3mf-dev
- libblkid-dev
- libcgal-dev
- libffi-dev
- libfl-dev
- libfreetype6-dev
- libglew-dev
- libglib2.0-dev
- libgmp-dev
- libmpfr-dev
- libopencsg-dev
- libpcre3-dev
- libpng-dev
- libqscintilla2-qt5-dev
- libqt5gamepad5-dev
- libzip-dev
- qtmultimedia5-dev
- uuid-dev