Enable check style for the project #815
Replies: 2 comments
-
Hi, thanks for starting the discussion and providing the PR. +1 to enable it module by module. As for the indentation and code header changes. I don't have a strict opinion here as long as it's consistent. So I think that's fine. One small note: I just saw that the artifactId in the pom.xml is integration and the module name is streampipes-integration-tests. For the other modules we always have the same name for both, maybe we can change that. |
Beta Was this translation helpful? Give feedback.
-
We can do it step by step. Actually, whenever we enable checkstyle in one module by doing like this PR, then maven will automatically check the codestyle in CI or by running
Great. I created an issue to track them: #820
Thanks for your note. Make sense to me. I will create a PR to change that. Since we have the issue to track, let's keep all subsequent discussions in #820 |
Beta Was this translation helpful? Give feedback.
-
Hi all, I would like to use this discussion to discuss enabling check style for all modules in the project.
I created the first PR for demonstration: #814
Please feel free to share your thought. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions