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

Add jOOQ generated java file detection #4832

Merged

Conversation

simoleone
Copy link
Contributor

Add jOOQ generated java file detection.

Description

j00Q is a relatively popular (3.7K stars) SQL library for Java, and works by generating .java source files. Many people check in these generated files, as this github search with 38K source file hits shows.

The jooq code generator emits a comment at the top of .java files which it generates. This detection technique is used by many of the other generated code detectors as well.

Checklist:

Copy link
Contributor

@pchaigno pchaigno left a comment

Choose a reason for hiding this comment

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

Thanks for the pull request!

lib/linguist/generated.rb Outdated Show resolved Hide resolved
@lildude lildude merged commit 309acde into github-linguist:master Apr 22, 2020
@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants