generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature request: Ignore file #170
Labels
enhancement
New feature or request
Comments
Thanks for reporting. Excluding/Ignoring files is already planned and listed on our roadmap: #21 |
@Leoooob from your description I understand that it would be sufficient to only ignore on a file-level, not ignoring specific findings within a file, right? |
Yes, that's correct.
Regards,
Leon
…---- On Fri, 12 Jul 2024 14:08:09 +0100 ***@***.*** wrote ----
@Leoooob from your description I understand that it would be sufficient to only ignore on a file-level, not ignoring specific findings within a file, right?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Would be great to exclude directories as well, just not specific files like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the linter today, you can specify specific files, but not folders to lint. It doesn't make sense to expand file paths to allow folders, it does make sense that we should be able to set an ignore file to ignore generated files like the
component.js
for instance, or 3rd-party code and libraries.The workaround right now is to specify every individual file in the project to be linted, which is a bit tedious but works for now.
I would prefer to be able to set a global ignore file for use across projects.
The text was updated successfully, but these errors were encountered: