-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
secretlint should respect megalinter ignored files/folders instead of .gitignore #1277
Comments
@schorlton now that .gitignore is automatically sent to secretlint when there is a gitignore + no secretlintignore, what do you think is remaining to do ? ^^ |
Hi @nvuillam , thanks for circling back. Ideally |
It would work if we had a .megalinterignore with same format than .gitignore ... maybe someday :) ( I agree that FILTER_REGEX_EXCLUDE is not so nice to use... ) |
No worries! I seems like megalinter has a list of files internally that it is ignoring after it parses |
MegaLinter keeps the "not filtered" list of files, but not the filtered ones... maybe it could indeed be possible, but to be honest, it will probably wait for v6 except if a good soul decides to make a PR before ^^ |
This issue has been automatically marked as stale because it has not had recent activity. If you think this issue should stay open, please remove the |
Opening this up as a separate issue from #1207 (comment) to keep it on your radar as it really does slow down the megalinter experience dramatically. Thanks again!!!
The text was updated successfully, but these errors were encountered: