Add initial LGTM configuration for Racket (#3200)

This commit is contained in:
Paulo Matos 2020-05-22 08:30:47 +02:00 committed by GitHub
parent 7b9bf6285f
commit 97cdf8da88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.lgtm.yml Normal file
View File

@ -0,0 +1,10 @@
extraction:
cpp:
configure:
command:
- cd racket/src
- ./configure --disable-docs
index:
build_command:
- cd racket/src
- make -j2