ai-hub-models icon indicating copy to clipboard operation
ai-hub-models copied to clipboard

Add QuIC Repolinter check

Open quic-nwtn opened this issue 9 months ago • 2 comments

This GitHub Action runs Repoliner on push or pull requests to master. This should've been enabled when the project was first setup. We need to enable this and correct violations (ignore the Warnings and focus on the Errors). In some cases, the repolinter rules need to be tweaked depending on the project, which we can discuss.

quic-nwtn avatar May 07 '24 09:05 quic-nwtn

@quic-nwtn , this checks from the Repolinter are already checked by our existing PR checks. Do we really need this additional linter file?

kory avatar May 09 '24 17:05 kory

@mynameistechno , please help here.

quic-nwtn avatar May 09 '24 17:05 quic-nwtn

@quic-nwtn , this checks from the Repolinter are already checked by our existing PR checks. Do we really need this additional linter file?

This runs as pre commit hooks?

mynameistechno avatar May 20 '24 18:05 mynameistechno

Yes. Currently we are not set up to merge public commits. When public PRs are submitted, they are merged elsewhere with the appropriate PR checks and included in the following release.

kory avatar May 28 '24 19:05 kory