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 analyzing excluded language files for line counting #465

Merged
merged 2 commits into from
Apr 28, 2021

Conversation

aeisenberg
Copy link
Contributor

@aeisenberg aeisenberg commented Apr 28, 2021

This change passes in a list of file types to the line counting
analysis. These are the languages for the databases being analyzed.
Line count analysis is restricted to these files.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.

This version adds a larger list of auto-excluded binary files.
And allows for the passing of a list of file types to restrict
analysis to.
src/count-loc.ts Outdated Show resolved Hide resolved
@aeisenberg aeisenberg force-pushed the aeisenberg/lines-of-code-trim branch from b8c6445 to 9b4ffcd Compare April 28, 2021 22:08
This change passes in a list of file types to the line counting
analysis. These are the languages for the databases being analyzed.
Line count analysis is restricted to these files.
@aeisenberg aeisenberg force-pushed the aeisenberg/lines-of-code-trim branch from 9b4ffcd to ee23462 Compare April 28, 2021 23:12
@aeisenberg aeisenberg merged commit 1585462 into main Apr 28, 2021
@aeisenberg aeisenberg deleted the aeisenberg/lines-of-code-trim branch April 28, 2021 23:41
@github-actions github-actions bot mentioned this pull request Apr 30, 2021
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 this pull request may close these issues.

2 participants