Election-Tech-Initiative / Election-Tech-Initiative/electionguard-cpp
🔍. Add lgtm.yml for better checking of code
- Langage dominant
- C++
- Étoiles
- 26
- Forks
- 25
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## Issue
**Description**
Create a [lgtm.yml](https://lgtm.com/help/lgtm/lgtm.yml-configuration-file) file to correctly check the C++ and C# code.
As it currently stands the lgtm tool defaultly cannot check the library

- [ ] Create lgtm.yml
- [ ] Add C++ rules to yaml to ensure make build is checked
- [ ] Add C# rules to ensure .NET Standard C# code is checked
- [ ] Update CodeQL workflow
This can be checked at lgtm.com.
Example would be:
```yaml
extraction:
cpp:
index:
csharp:
index:
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.