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

Avoid checking License for generated sources #27

Open
acomodi opened this issue May 17, 2021 · 1 comment · May be fixed by #28
Open

Avoid checking License for generated sources #27

acomodi opened this issue May 17, 2021 · 1 comment · May be fixed by #28

Comments

@acomodi
Copy link
Contributor

acomodi commented May 17, 2021

Adding a generated Verilog (or other) source is currently not possible if the license check is being used.

There should be a way to skip the check for generated files or, alternatively, add the possibility to add an escape line to bypass the check for a given file.

@acomodi acomodi linked a pull request May 21, 2021 that will close this issue
@mithro
Copy link
Contributor

mithro commented May 21, 2021

Adding a generated Verilog (or other) source is currently not possible if the license check is being used.

we should mark them as generated or vendored (what linguist calls third party) in the .gitattributes;

The license checker should then understand this information.

There should be a way to skip the check for generated files or, alternatively, add the possibility to add an escape line to bypass the check for a given file.

We should not have a way to bypass the license check.

GitHub
Language Savant. If your repository's language is being reported incorrectly, send us a pull request! - github/linguist
GitHub
Language Savant. If your repository's language is being reported incorrectly, send us a pull request! - github/linguist

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 a pull request may close this issue.

2 participants