qbox
qbox copied to clipboard
Add QuIC Repolinter check
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.
@markfoodyburton We are going through the exercise of enabling the QuIC Repolinter GitHub Action on all the QuIC repos. Repolinter is a linting tool we use to ensure open source best practices, e.g. LICENSE information is present.
Looks like here it's complaining about our standard copyright and spdx license header missing on some files etc. Let us know if we can help correct these or if some of these files/dirs aren't quic-authored and need to be skipped.
Thanks! Mark