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

feat: Add .todosignore file support. #135

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

ianlewis
Copy link
Owner

Fixes #125

Adds support for a .todosignore file that works exactly the same way as the .gitignore and uses the same format.

@ianlewis ianlewis changed the title Add .todosignore file support. feat: Add .todosignore file support. Aug 18, 2023
internal/walker/walker.go Show resolved Hide resolved
.todosignore Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78.44%. Comparing base (aeec9ab) to head (ef50131).
Report is 237 commits behind head on main.

Files with missing lines Patch % Lines
internal/walker/walker.go 72.72% 2 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
- Coverage   78.50%   78.44%   -0.07%     
==========================================
  Files          15       15              
  Lines         977      988      +11     
==========================================
+ Hits          767      775       +8     
- Misses        151      153       +2     
- Partials       59       60       +1     
Files with missing lines Coverage Δ
internal/walker/walker.go 58.78% <72.72%> (+0.99%) ⬆️

Ian Lewis added 4 commits August 18, 2023 13:51
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
@ianlewis
Copy link
Owner Author

ianlewis commented Aug 19, 2023

Windows tests are currently being held up by ianlewis/go-gitignore#3 because go-gitignore keeps the file handles open.

@ianlewis
Copy link
Owner Author

Need to use https://github.com/ianlewis/go-gitignore after ianlewis/go-gitignore#16 gets merged.

@ianlewis
Copy link
Owner Author

@ianlewis ianlewis marked this pull request as draft November 6, 2023 02:33
@ianlewis ianlewis mentioned this pull request Jan 17, 2024
Copy link

github-actions bot commented Feb 9, 2025

A friendly reminder that this PR had no activity for 120 days.

@github-actions github-actions bot added stale and removed stale labels Feb 9, 2025
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.

Ignore file
1 participant