Election-Tech-Initiative / Election-Tech-Initiative/electionguard-cpp

🔍. Add lgtm.yml for better checking of code

Abierto
#196 3 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement good first issue hacktoberfest help wanted
Lenguaje dominante
C++
Estrellas
26
Forks
25
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

## 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
![Screen Shot 2021-09-02 at 3 11 47 PM](https://user-images.githubusercontent.com/10125297/131902740-1136a83a-cee6-4c89-a1a6-57669a4c9e6a.png)

- [ ] 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:

```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.