Skip to content

Update lgtm.yml for lgtm.com analysis

Bas van Schaik requested to merge sj_vs/wget2:update-lgtm.yml-file into master

This slightly tweaks @rockdaboot's lgtm.yml file for analysis of wget on lgtm.com.

  • No need to install gnutls-dev; it's installed automatically during the build/analysis process :)
  • However, the lgtm.yml I used for setting wget2 up on lgtm.com does install two other packages that are not auto-detected: lzip and libgpgme11-dev
  • no need to run ./bootstrap either; LGTM will do that automatically :)

Unfortunately the 'gnutls-dev' package in @rockdaboot's lgtm.yml is not on the whitelist that we used, so the analysis of the current HEAD of master will probably fail with an error. This merge request should fix that.

Approver's checklist:

  • The author has submitted the FSF Copyright Assignment and is listed in AUTHORS
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent with existing code
  • This feature/change has adequate documentation added (if appropriate)
  • No obvious mistakes / misspelling in the code

Merge request reports

Loading