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

Use a pipe to pass filenames to git check-ignore #1759

Merged
merged 2 commits into from Jun 21, 2021

Conversation

mjpieters
Copy link
Contributor

The number of files in a project could be larger than the limit on command-line arguments. Using a pipe avoids running into this issue.

Fixes #1758

The number of files in a project could be larger than the limit on command-line arguments. Using a pipe avoids running into this issue.
@codecov
Copy link

codecov bot commented Jun 21, 2021

Codecov Report

Merging #1759 (84664a6) into main (0ccefec) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main     #1759   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         2926      2925    -1     
  Branches       694       694           
=========================================
- Hits          2926      2925    -1     

@timothycrosley
Copy link
Member

Thank you so much for identifying and fixing this issue!

@timothycrosley timothycrosley merged commit 8e1b2a4 into PyCQA:main Jun 21, 2021
@mjpieters mjpieters deleted the issues/1758 branch June 22, 2021 06:08
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.

New code to check ignored files trivially leads to command-line overload
2 participants