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

java.header has a weird whitespace typo that is "fixed" by IntelliJ's formatter #96

Open
ronreynolds opened this issue Aug 7, 2024 · 1 comment
Assignees

Comments

@ronreynolds
Copy link
Collaborator

i repeatedly have to remove the first padding whitespace (2nd line) in config/checkstyle/java.header which is a real time-suck (because i like using IntelliJ's code-formatter for all the other wonderful things it does). i don't expect there to be much objection but just wanted to create a issue/task for this to add the padding whitespace to line 2 so that post-formatter the java header doesn't fail check-style (which is requiring this exact header appear at the top of every single java file, including unit-tests).
actually i think the easiest way to do this is to just apply the code-formatter to every single java file (otherwise there are 356 main and 134 unit-test java files to be updated). unfortunately that's going to be a huge mass of non-functional, mostly white-space, changes.

@ronreynolds ronreynolds self-assigned this Aug 7, 2024
@ronreynolds
Copy link
Collaborator Author

fix in #97

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

No branches or pull requests

1 participant