Blosc / c-blosc

A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.
https://www.blosc.org
Other
983 stars 157 forks source link

Add LGTM.com configuration file #341

Closed DimitriPapadopoulos closed 2 years ago

DimitriPapadopoulos commented 2 years ago

Add a configuration file for the LGTM.com static code analysis tool. It requires no CI integration, as the LGTM.com tool continuously scans the c-blosc GitHub repository for security and/or code vulnerabilities. You can find the alerts here: https://lgtm.com/projects/g/Blosc/c-blosc/

The YAML configuration file for the LGTM static analysis tool can be either lgtm.yml or .lgtm.yml: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file

DimitriPapadopoulos commented 2 years ago

Because Semmle has joined GitHub, LGTM.com will be deprecated and replaced by GitHub code scanning.

The next step for LGTM.com: GitHub code scanning!

Drop LGTM.com and move to CodeQL instead.