summaryrefslogtreecommitdiff
path: root/.lgtm.yml
Commit message (Collapse)AuthorAgeFilesLines
* lgtm.com: add configuration file for building on lgtm.comThomas Haller2021-05-261-0/+57
lgtm.com has some interesting scripts that try to automatically build an autotools project and detect dependencies. It currently doesn't work, because gobject-introspection is detected, but pgobject is not installed. That causes a configure failure configure: error: "--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject) I guess we could make the configure script smarter, to ignore introspection by default if pygobject is not workable. On the other hand, let's simply help the project to build NetworkManager by adding a .lgtm.yml configuration.