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

Lucha Ignore Enhancements #20

Open
djschleen opened this issue Feb 24, 2022 · 0 comments
Open

Lucha Ignore Enhancements #20

djschleen opened this issue Feb 24, 2022 · 0 comments

Comments

@djschleen
Copy link
Member

The .luchaignore file will only ignore files and folders (this needs to be hardened as well), but needs to also ignore only a single line in a file if defined.

Examples:

test.csv:1:1
test.csv:4:1

The format of above is [filename]:[line]:[character]. Eventually [character] could be a range, but character is out of scope for this issue.

Desired functionality: If a file name is preceded by a colon and has a line number, ignore that line in processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant