10000 WIP: Introduce protolint for linting protobuf files by andife · Pull Request #6758 · onnx/onnx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WIP: Introduce protolint for linting protobuf files #6758

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andife
Copy link
Member
@andife andife commented Mar 4, 2025

Description

Motivation and Context

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
@andife andife requested a review from a team as a code owner March 4, 2025 09:23
@github-project-automation github-project-automation bot moved this to In progress in PR Tracker Mar 4, 2025
Copy link
codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.45%. Comparing base (c403175) to head (60f15e8).
Report is 125 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6758   +/-   ##
=======================================
  Coverage   56.45%   56.45%           
=======================================
  Files         509      509           
  Lines       32515    32515           
  Branches     3057     3057           
=======================================
  Hits        18356    18356           
  Misses      13334    13334           
  Partials      825      825           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinchuby
Copy link
Member

Looks like the tool is available on pypi https://github.com/yoheimuta/protolint?tab=readme-ov-file#within-python-projects

I recommend it is added to lintrunner adapters for a unified linting experience

@andife andife changed the title Create protolint.yml WIP: Create protolint.yml Mar 10, 2025
uses: actions/checkout@v4

- name: Set up Go (for Protolint)
uses: actions/setup-go@v2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: actions/setup-go@v2
uses: actions/setup-go@v5

@andife andife added the good first issue Good for getting started label May 10, 2025
@andife andife changed the title WIP: Create protolint.yml WIP: Introduce protolint for linting protobuf files May 10, 2025
69D4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for getting started
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

3 participants
0