You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: