-
Notifications
You must be signed in to change notification settings - Fork 68
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
pre-commit
allows inconsistent mix between tab and space indentation in JSON files
#2332
Comments
Hi @suhaibmujahid! I'd like to work on this issue. |
@nox1134 feel free to submit a PR. |
We need to add a fix for this in here ? |
hello @suhaibmujahid i'd like to work on this issue, can you assign it to me |
@rishabhjain1712 no need to be assigned, feel free to work on it and submit a PR! |
@suhaibmujahid and @marco-c, I would appreciate it if you could take a look at my PR and provide your feedback. Excited to make my first open-source contribution! |
The
check-json
hook frompre-commit/pre-commit-hooks
currently does not address the issue of inconsistent mixing between tab and space indentation within the JSON content. This can lead to potential problems, as mixing tabs and spaces for indentation is generally not recommended for JSON files.bugbot/configs/rules.json
Lines 422 to 426 in d26e6fa
The text was updated successfully, but these errors were encountered: