summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
Commit message (Collapse)AuthorAgeFilesLines
* Skip LGTM analysis for the bootstrap library and toolsDimitrios Apostolou2020-07-161-4/+14
| | | | | | | | | | | | This is because the same code is built for the bootstrap library with non-standard options like disabled threads, which causes false alerts. So we build the bootstrap tools in the "configure" step. Additionally we update the configure flags to only the ones that matter for the CMake build, after the latest configure script updates. Change-Id: Id4f90db2a16904f6665f3994f23a9f2a974aefc6 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Add config file for enabling LGTM analysisDimitrios Apostolou2020-06-201-0/+23
lgtm.com is already picking up qtbase's mirror repo on github, trying to analyze it. Because it lacks build instructions, lgtm.com fails to analyze the C++ code, and only presents flaws in the little python and javascript code that is in the repo. With the file in this commit, it should be able to analyze the C++ code too. Change-Id: If558d26800e76c1b8590ed1aaf28adb6c0d6e188 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>