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

Merging #135 (ef50131) into main (aeec9ab) will decrease coverage by 0.07%.
The diff coverage is 72.72%.

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 Changed 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
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