DIPlib / diplib

Quantitative Image Analysis in C++, MATLAB and Python
https://diplib.org
Apache License 2.0
228 stars 50 forks source link

.lgtm.yml: remove GCC 6 override #46

Closed jbj closed 5 years ago

jbj commented 5 years ago

This override of the compiler to always use GCC 6 seems to have been copied from an example in the LGTM documentation that was not intended to be used literally. We'll update that example before our next release.

I've tested that the build still works at https://lgtm.com/logs/70c44efba7f75f0134be08b6f7197826a4ba02d6/lang:cpp.

crisluengo commented 5 years ago

@jbj Thanks! Great to see you guys are on top of all these details!