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

Add a way to tell the linter to ignore specified directories #3385

Open
zachary-foster opened this issue Jan 7, 2025 · 0 comments
Open

Add a way to tell the linter to ignore specified directories #3385

zachary-foster opened this issue Jan 7, 2025 · 0 comments

Comments

@zachary-foster
Copy link

Description of feature

Is there a way to configure the linter to ignore certain files/directories? As part of how our pipeline works, it creates very large caches of downloaded data to be reused. These typically end up in the source directory during testing. Linter checks like the one that looks for unhanded merge conflicts never finish on these 500Gb+ folders. I have to move these directories out manually to run the linting and then move them back in for testing.

@ewels suggested this could be implemented by ignoring any files in .gitignore. I imagine this would work well in most cases, at least as a good default.

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

No branches or pull requests

2 participants