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

fix: Ignore linting generated & minified files #1978

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

KavithaSiva
Copy link
Contributor

@KavithaSiva KavithaSiva commented Dec 27, 2024

What Has Changed?

Currently, the lint:fix command fails in main with a syntax error in static/api/v3/assets/main.js.
But, these are minified files which have been generated, linting is not required to be run on these folders.

This PR excludes these folders from linting.

If you are working on the Java v4 docs, remember to also apply the changes to v5

@KavithaSiva KavithaSiva merged commit 5ebb7ed into main Dec 27, 2024
7 checks passed
@KavithaSiva KavithaSiva deleted the fix/linting-in-main branch December 27, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants