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

EditorConfig did not catch wrong indentation in java classes? #2023

Open
TobiasNx opened this issue Jun 4, 2024 · 3 comments
Open

EditorConfig did not catch wrong indentation in java classes? #2023

TobiasNx opened this issue Jun 4, 2024 · 3 comments

Comments

@TobiasNx
Copy link
Contributor

TobiasNx commented Jun 4, 2024

Not sure why, but I saw, that there are still lots of tabs in the Java Classes although we decided to use spaces and use an editorconfig plugin to help with that: #2007

Logger.debug(query.build().toString());
this.expectedResultCount = resultCount;

here spaces and tabs side by side. the rest are spaces.

Shouldnt the editorconfig help u with that?
Or should the checkstyles alarm us about that?

@TobiasNx
Copy link
Contributor Author

TobiasNx commented Jun 4, 2024

okay, this is due to the missing java linter. hmm. https://stackoverflow.com/questions/75801441/how-to-format-java-code-based-on-editorconfig-file

@TobiasNx
Copy link
Contributor Author

TobiasNx commented Jun 4, 2024

Is there another way to check this?

@blackwinter
Copy link
Member

See metafacture/metafacture-fix#179.

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

No branches or pull requests

2 participants