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

Implement logic for dominant language #1

Closed
o2sh opened this issue Oct 2, 2018 · 0 comments
Closed

Implement logic for dominant language #1

o2sh opened this issue Oct 2, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@o2sh
Copy link
Owner

o2sh commented Oct 2, 2018

Create a function that will scan a project and determine the dominant language (the language is currently hardcoded in the main function)

An idea would be to scan all files based on a set of extension (rs for rust, py for python) and find which extension represents most of the lines of code (in case of a multiple language project).

@o2sh o2sh added enhancement New feature or request help wanted Extra attention is needed hacktoberfest labels Oct 2, 2018
@o2sh o2sh closed this as completed in #6 Oct 4, 2018
o2sh pushed a commit that referenced this issue Dec 15, 2020
Merge pull request #337 from HallerPatrick/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant