Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: generate supported languages #1544

Merged
merged 5 commits into from
Aug 24, 2024
Merged

refactor: generate supported languages #1544

merged 5 commits into from
Aug 24, 2024

Conversation

ianlewis
Copy link
Owner

@ianlewis ianlewis commented Aug 24, 2024

Description:

Generate Go code for the languages configuration.

Related Issues:

Updates #460

Checklist:

  • Review the CONTRIBUTING.md documentation.
  • Add a reference to a related issue in the repository.
  • Add a description of the changes proposed in the pull request.
  • Add unit tests if applicable.
  • Update documentation if applicable.
  • Add a note in the CHANGELOG.md if applicable.
  • Sign the Google CLA.

Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.85%. Comparing base (3473c73) to head (328e798).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1544      +/-   ##
==========================================
- Coverage   76.15%   75.85%   -0.31%     
==========================================
  Files          17       17              
  Lines        1191     1147      -44     
==========================================
- Hits          907      870      -37     
+ Misses        206      201       -5     
+ Partials       78       76       -2     
Files Coverage Δ
internal/scanner/escape.go 100.00% <100.00%> (ø)
internal/scanner/scanner.go 71.07% <100.00%> (-2.08%) ⬇️
internal/todos/todos.go 99.18% <100.00%> (ø)
internal/vendoring/vendoring.go 100.00% <100.00%> (ø)

Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
Makefile Outdated Show resolved Hide resolved
Signed-off-by: Ian Lewis <ianmlewis@gmail.com>
@ianlewis ianlewis marked this pull request as ready for review August 24, 2024 06:09
@ianlewis ianlewis merged commit a7c4472 into main Aug 24, 2024
15 checks passed
@ianlewis ianlewis deleted the code-generation branch August 24, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant