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

🔍. Add lgtm.yml for better checking of code

Open
#196 3 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue hacktoberfest help wanted
Dominant language
C++
Stars
26
Forks
25
PR merge metrics
No merged PRs in 30d

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

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.